mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-16 22:37:34 +00:00
fix: shutdown -> stop
This commit is contained in:
parent
052726e3d6
commit
6c7e64a572
|
@ -11,7 +11,7 @@ function gmInte.serverStart()
|
||||||
end
|
end
|
||||||
|
|
||||||
function gmInte.serverShutDown()
|
function gmInte.serverShutDown()
|
||||||
gmInte.http.post("/servers/:serverID/shutdown")
|
gmInte.http.post("/servers/:serverID/stop")
|
||||||
end
|
end
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue
Block a user