fix: shutdown -> stop

This commit is contained in:
Linventif 2024-07-05 19:46:19 +00:00
parent 052726e3d6
commit 6c7e64a572

View File

@ -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
// //