summaryrefslogtreecommitdiff
path: root/gamemode/client
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/client')
-rw-r--r--gamemode/client/cl_syncronize.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/gamemode/client/cl_syncronize.lua b/gamemode/client/cl_syncronize.lua
index 189dd08..fa60de0 100644
--- a/gamemode/client/cl_syncronize.lua
+++ b/gamemode/client/cl_syncronize.lua
@@ -23,7 +23,3 @@ net.Receive( "gms_SetResource", function( length, pl)
print("Finished resource get")
GAMEMODE:ReloadSpawnMenu()
end)
-
-concommand.Add("gms_cl_printresources",function(ply,cmd,args)
- PrintTable(Resources)
-end)