onlineliste shows newbieStatus + newbiePlayedMinutesThreshold in GlobalHelper

This commit is contained in:
Luke
2021-05-08 00:09:02 +02:00
parent 6e21e3c5d2
commit 31a777585b
11 changed files with 55 additions and 25 deletions

View File

@@ -21,8 +21,6 @@ function clear_row() {
document.getElementById('players').innerHTML = '';
}
function getFactionNameByFactionId(factionId) {
switch (parseInt(factionId)) {
case 1: return "LSPD";