diff options
| author | Scott <scotth0828@gmail.com> | 2016-05-21 18:42:20 -0400 |
|---|---|---|
| committer | Scott <scotth0828@gmail.com> | 2016-05-21 18:42:20 -0400 |
| commit | e4fad85f0a94be268bd18767406c74d2ca18c5d6 (patch) | |
| tree | 20ffc1604b0630870abff622a627149c129239d9 /gamemode/client/cl_inventory.lua | |
| parent | 18e985e9e989190e937db0418910841e00f1c274 (diff) | |
| download | gmstranded-e4fad85f0a94be268bd18767406c74d2ca18c5d6.tar.gz gmstranded-e4fad85f0a94be268bd18767406c74d2ca18c5d6.tar.bz2 gmstranded-e4fad85f0a94be268bd18767406c74d2ca18c5d6.zip | |
Fixed spawning with admin menu
Diffstat (limited to 'gamemode/client/cl_inventory.lua')
| -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 |
