diff options
| author | Scott <scotth0828@gmail.com> | 2016-04-30 20:34:42 -0400 |
|---|---|---|
| committer | Scott <scotth0828@gmail.com> | 2016-04-30 20:34:42 -0400 |
| commit | bdf6cacc1fe7af364b93604253f3229d842d6170 (patch) | |
| tree | 21015081b4d66d45390ba625c09fb84d143f63db /gamemode/client/cl_syncronize.lua | |
| parent | e8fc8b5bf824ed3283dede946e66f5fd843d54ff (diff) | |
| parent | c6b56a911622f9a52fd92293074192d1f13d3e96 (diff) | |
| download | gmstranded-bdf6cacc1fe7af364b93604253f3229d842d6170.tar.gz gmstranded-bdf6cacc1fe7af364b93604253f3229d842d6170.tar.bz2 gmstranded-bdf6cacc1fe7af364b93604253f3229d842d6170.zip | |
Merge branch 'master' of ssh://cogarr.net:43/home/git/gmsurvival
Diffstat (limited to 'gamemode/client/cl_syncronize.lua')
| -rw-r--r-- | gamemode/client/cl_syncronize.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gamemode/client/cl_syncronize.lua b/gamemode/client/cl_syncronize.lua index 32d667c..189dd08 100644 --- a/gamemode/client/cl_syncronize.lua +++ b/gamemode/client/cl_syncronize.lua @@ -21,6 +21,7 @@ net.Receive( "gms_SetResource", function( length, pl) Resources[name] = num end print("Finished resource get") + GAMEMODE:ReloadSpawnMenu() end) concommand.Add("gms_cl_printresources",function(ply,cmd,args) |
