This commit is contained in:
Linventif 2023-09-25 11:14:50 +02:00
parent 88841e7699
commit 06ceb7a734

View File

@ -1,5 +1,5 @@
//
// Server
// Server Hooks
//
hook.Add("ShutDown", "gmInte:Server:ShutDown", function()
@ -14,7 +14,7 @@ hook.Add("Initialize", "gmInte.sendStatus", function()
end)
//
// Player
// Player Hooks
//
gameevent.Listen("player_connect")