From 69a68048336d461df7f7914c7da1aa9a746bf6ee Mon Sep 17 00:00:00 2001 From: Luke Date: Tue, 20 Apr 2021 22:33:49 +0000 Subject: [PATCH] duden.de --- .../assets/html/onlinelist/index.html | 16 ++++++++-------- .../assets/js/onlinelist/script.js | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ReallifeGamemode.Client/assets/html/onlinelist/index.html b/ReallifeGamemode.Client/assets/html/onlinelist/index.html index 84fe2a70..ed0290f9 100644 --- a/ReallifeGamemode.Client/assets/html/onlinelist/index.html +++ b/ReallifeGamemode.Client/assets/html/onlinelist/index.html @@ -29,20 +29,20 @@
    -
  1. LSPD: 0
  2. -
  3. FIB: 0
  4. -
  5. LSED: 0
  6. +
  7. LSPD: 0
  8. +
  9. FIB: 0
  10. +
  11. LSED: 0
    -
  1. GSF: 0
  2. -
  3. FYB: 0
  4. -
  5. LSV: 0
  6. +
  7. GSF: 0
  8. +
  9. FYB: 0
  10. +
  11. LSV: 0
    -
  1. WZN: 0
  2. -
  3. Zivilisten: 0
  4. +
  5. WZN: 0
  6. +
  7. Zivilisten: 0
diff --git a/ReallifeGamemode.Client/assets/js/onlinelist/script.js b/ReallifeGamemode.Client/assets/js/onlinelist/script.js index c9b9e2b9..e6a5154c 100644 --- a/ReallifeGamemode.Client/assets/js/onlinelist/script.js +++ b/ReallifeGamemode.Client/assets/js/onlinelist/script.js @@ -21,7 +21,7 @@ function getFactionNameByFactionId(factionId) { case 5: return "Vagos"; case 7: return "Grove Street"; case 8: return "Ballas"; - case 9: return "Weazle News"; + case 9: return "Weazel News"; default: return "Zivilisten"; } }