diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2016-05-01 09:30:17 -0400 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2016-05-01 09:30:17 -0400 |
| commit | dc10ffe19c42aba8e365e2651c8368f5300531e9 (patch) | |
| tree | d0cc8d316de62400a2434c1e2aec8402a25e3252 /gamemode/client | |
| parent | 052d3aad1a4b3e13a6c4f50095fdc9803701c857 (diff) | |
| download | gmstranded-dc10ffe19c42aba8e365e2651c8368f5300531e9.tar.gz gmstranded-dc10ffe19c42aba8e365e2651c8368f5300531e9.tar.bz2 gmstranded-dc10ffe19c42aba8e365e2651c8368f5300531e9.zip | |
Moved item planting code into it's own file
Diffstat (limited to 'gamemode/client')
| -rw-r--r-- | gamemode/client/cl_syncronize.lua | 4 |
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) |
