diff options
Diffstat (limited to 'gamemode')
| -rw-r--r-- | gamemode/client/cl_inventory.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gamemode/client/cl_inventory.lua b/gamemode/client/cl_inventory.lua index d0388e7..8f8969a 100644 --- a/gamemode/client/cl_inventory.lua +++ b/gamemode/client/cl_inventory.lua @@ -1006,7 +1006,6 @@ function PANEL:Init() local item = vgui.Create( "DButton" ) item:SetText( t.text ) item:SetTall( 26 ) - print(t.args) if (t.args != nil) then item:SetConsoleCommand( t.cmd, t.args ) else item:SetConsoleCommand( t.cmd ) end self.Spawning:AddItem( item ) end |
