Remove disconnect names from ragemp native
This commit is contained in:
@@ -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) {
|
function getPlayerPosition(client) {
|
||||||
if (!areServerElementsSupported()) {
|
if (!areServerElementsSupported()) {
|
||||||
return getPlayerData(client).syncPosition;
|
return getPlayerData(client).syncPosition;
|
||||||
|
|||||||
Reference in New Issue
Block a user