Add server shutdown native

This commit is contained in:
Vortrex
2022-09-29 11:14:18 -05:00
parent a715cdcc9f
commit d34b10470c

View File

@@ -1476,3 +1476,9 @@ function setServerPassword(password) {
} }
// =========================================================================== // ===========================================================================
function shutdownServer() {
server.shutdown();
}
// ===========================================================================