Remove disconnect names from ragemp native

This commit is contained in:
Vortrex
2022-09-24 06:17:24 -05:00
parent c7d8c3734b
commit 132cb2254e

View File

@@ -23,23 +23,6 @@ let builtInCommands = [
// ===========================================================================
let disconnectReasons = [
"Lost Connection",
"Disconnected",
"Unsupported Client",
"Wrong Game",
"Incorrect Password",
"Unsupported Executable",
"Disconnected",
"Banned",
"Failed",
"Invalid Name",
"Crashed",
"Modified Game"
];
// ===========================================================================
function getPlayerPosition(client) {
if (!areServerElementsSupported()) {
return getPlayerData(client).syncPosition;