This commit is contained in:
Luke
2021-04-20 22:33:49 +00:00
parent 38457a5588
commit 69a6804833
2 changed files with 9 additions and 9 deletions

View File

@@ -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";
}
}