mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-16 05:07:34 +00:00
remove stupid func call
This commit is contained in:
parent
0c88eb97f3
commit
26285bd72f
|
@ -9,7 +9,6 @@ end)
|
||||||
hook.Add("Initialize", "gmInte.sendStatus", function()
|
hook.Add("Initialize", "gmInte.sendStatus", function()
|
||||||
timer.Simple(1, function()
|
timer.Simple(1, function()
|
||||||
gmInte.serverStart()
|
gmInte.serverStart()
|
||||||
gmInte.sendStatus()
|
|
||||||
end)
|
end)
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user