Cleanup
This commit is contained in:
@@ -24,18 +24,18 @@ let builtInCommands = [
|
|||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
|
|
||||||
let disconnectReasons = [
|
let disconnectReasons = [
|
||||||
"Lost Connection",
|
"LostConnection",
|
||||||
"Disconnected",
|
"Disconnected",
|
||||||
"Unsupported Client",
|
"UnsupportedClient",
|
||||||
"Wrong Game",
|
"WrongGame",
|
||||||
"Incorrect Password",
|
"IncorrectPassword",
|
||||||
"Unsupported Executable",
|
"UnsupportedExecutable",
|
||||||
"Disconnected",
|
"Disconnected",
|
||||||
"Banned",
|
"Banned",
|
||||||
"Failed",
|
"Failed",
|
||||||
"Invalid Name",
|
"InvalidName",
|
||||||
"Crashed",
|
"Crashed",
|
||||||
"Modified Game"
|
"ModifiedGame"
|
||||||
];
|
];
|
||||||
|
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user