Update cl_shopmenu.lua

This commit is contained in:
[TW]Rain_Bob 2023-10-08 17:43:57 +08:00 committed by GitHub
parent 68aa1ca692
commit 1223229d9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,9 @@ function GM:OnSpawnMenuClose()
end
concommand.Add('fm_spawnmenureload',function()
if GAMEMODE.ShopMenu then
GAMEMODE.ShopMenu:Init()
local sm=GAMEMODE.ShopMenuPanel
sm.WeaponsSheet.Tab:Init()
sm.PropsSheet.Tab:Init()
sm.ToolsSheet.Tab:Init()
end
end)