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