Use locale strings

This commit is contained in:
Vortrex
2022-04-12 09:00:29 -05:00
parent c91944e36a
commit dcc051b67e
8 changed files with 32 additions and 13 deletions

View File

@@ -43,7 +43,8 @@ function kickClientCommand(command, params, client) {
}
}
announceAdminAction(`${getPlayerName(targetClient)} has been kicked from the server.`);
//getPlayerData(targetClient).customDisconnectReason = reason;
announceAdminAction(`PlayerKicked`, getPlayerName(targetClient));
targetClient.disconnect();
}