remove stupid func call

This commit is contained in:
Linventif 2023-11-05 02:43:41 +01:00
parent 0c88eb97f3
commit 26285bd72f

View File

@ -9,7 +9,6 @@ end)
hook.Add("Initialize", "gmInte.sendStatus", function()
timer.Simple(1, function()
gmInte.serverStart()
gmInte.sendStatus()
end)
end)