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