Add server shutdown native

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

View File

@@ -1475,4 +1475,10 @@ function setServerPassword(password) {
server.setPassword(password);
}
// ===========================================================================
function shutdownServer() {
server.shutdown();
}
// ===========================================================================