diff options
Diffstat (limited to 'gamemode/core/dataloader/cl_loadglobals.lua')
| -rw-r--r-- | gamemode/core/dataloader/cl_loadglobals.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gamemode/core/dataloader/cl_loadglobals.lua b/gamemode/core/dataloader/cl_loadglobals.lua index 919ecb5..2cf770c 100644 --- a/gamemode/core/dataloader/cl_loadglobals.lua +++ b/gamemode/core/dataloader/cl_loadglobals.lua @@ -20,6 +20,7 @@ net.Receive("artery_loadfile",function() end local thash = tonumber(util.CRC(cache)) if hash != thash then + print("I need to load a file",filename," but my hash was old, redownloading!") net.Start("artery_requestcsfile") net.WriteString(filename) net.SendToServer() |
