Update cl_spawnmenu.lua

This commit is contained in:
Fesiug 2023-12-08 00:30:15 -05:00
parent 5d9c09f3f5
commit a88beacc2d
1 changed files with 0 additions and 2 deletions

View File

@ -2,10 +2,8 @@
-- Dev spawnmenu
function GM:OnSpawnMenuOpen()
RunConsoleCommand( "benny_debug_inv" )
end
function GM:OnSpawnMenuClose()
if IsValid( base ) then base:Remove() end
end
function OpenSMenu()