This commit is contained in:
Vortrex
2022-09-22 05:22:42 -05:00
parent beb9f6cafe
commit 604f9e7cd9

View File

@@ -24,18 +24,18 @@ let builtInCommands = [
// ===========================================================================
let disconnectReasons = [
"Lost Connection",
"LostConnection",
"Disconnected",
"Unsupported Client",
"Wrong Game",
"Incorrect Password",
"Unsupported Executable",
"UnsupportedClient",
"WrongGame",
"IncorrectPassword",
"UnsupportedExecutable",
"Disconnected",
"Banned",
"Failed",
"Invalid Name",
"InvalidName",
"Crashed",
"Modified Game"
"ModifiedGame"
];
// ===========================================================================