0
0
Fork 0
This repository has been archived on 2019-12-15. You can view files and clone it, but cannot push or open issues or pull requests.
glua-mod-inventory/lua/autorun/server.lua

8 lines
143 B
Lua

if CLIENT then
return true
end
include("shared.lua")
hook.Add("PlayerSpawn", "suit_fix", function( player )
player:RemoveSuit( )
end)