diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2016-04-16 22:36:09 -0400 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2016-04-16 22:36:09 -0400 |
| commit | 522cd90fe8b9d5e797647f731b526048383ff36b (patch) | |
| tree | 9143736adb67d46c6f2d219e422ccebce3dce5ed /gamemode/cl_init.lua | |
| parent | c3bec1047513b8c19eb24fef5f3230486dd17cbd (diff) | |
| download | gmstranded-522cd90fe8b9d5e797647f731b526048383ff36b.tar.gz gmstranded-522cd90fe8b9d5e797647f731b526048383ff36b.tar.bz2 gmstranded-522cd90fe8b9d5e797647f731b526048383ff36b.zip | |
Removed debug statements
Diffstat (limited to 'gamemode/cl_init.lua')
| -rw-r--r-- | gamemode/cl_init.lua | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gamemode/cl_init.lua b/gamemode/cl_init.lua index 94a8051..3ab4040 100644 --- a/gamemode/cl_init.lua +++ b/gamemode/cl_init.lua @@ -314,16 +314,6 @@ end ) usermessage.Hook( "gms_OpenCombiMenu", function( um ) - print("--------------In cl_init.lua's gms_OpenCombiMenu hook---------") - for k,v in pairs(GMS.Combinations) do - print("Recognize " .. k) - if(k == "Structures") then - for i,j in pairs(v) do - print("\tFound: " .. i) - end - end - end - if ( GAMEMODE.CombiMenu ) then GAMEMODE.CombiMenu:Remove() end GAMEMODE.CombiMenu = vgui.Create( "GMS_CombinationWindow" ) GAMEMODE.CombiMenu:SetTable( um:ReadString() ) |
