Server settings

This commit is contained in:
Vortrex
2022-03-03 01:43:32 -06:00
parent e950ad0a00
commit 3de970c7e7
4 changed files with 136 additions and 37 deletions

View File

@@ -429,6 +429,4 @@ function kickAllClients() {
getClients().forEach((client) => {
client.disconnect();
})
}
// ===========================================================================
}