diff options
| author | Scott <scotth0828@gmail.com> | 2016-05-19 20:50:49 -0400 |
|---|---|---|
| committer | Scott <scotth0828@gmail.com> | 2016-05-19 20:50:49 -0400 |
| commit | ca18c79a8e88d43e97ac73b20410815c991258b2 (patch) | |
| tree | 3986930933c181018e94a5f8fc7ac4441f1f2b44 /gamemode | |
| parent | a866e8f11503997866be3afa93f8de0c6f7781d8 (diff) | |
| download | gmstranded-ca18c79a8e88d43e97ac73b20410815c991258b2.tar.gz gmstranded-ca18c79a8e88d43e97ac73b20410815c991258b2.tar.bz2 gmstranded-ca18c79a8e88d43e97ac73b20410815c991258b2.zip | |
Removed debug line from inventory
Diffstat (limited to 'gamemode')
| -rw-r--r-- | gamemode/client/cl_inventory.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gamemode/client/cl_inventory.lua b/gamemode/client/cl_inventory.lua index cb41f2d..ab02c48 100644 --- a/gamemode/client/cl_inventory.lua +++ b/gamemode/client/cl_inventory.lua @@ -641,7 +641,7 @@ function PANEL:Init() elseif(type == "Button") then self.cp:Button(table.Label,table.Command) else - debug.Trace() + --debug.Trace() end end |
