Add server shutdown native
This commit is contained in:
@@ -1476,3 +1476,9 @@ function setServerPassword(password) {
|
||||
}
|
||||
|
||||
// ===========================================================================
|
||||
|
||||
function shutdownServer() {
|
||||
server.shutdown();
|
||||
}
|
||||
|
||||
// ===========================================================================
|
||||
Reference in New Issue
Block a user