Browse Source

Fix map perfix not being used without acronym

develop
Anton Tarasenko 2 years ago
parent
commit
52acccb6aa
  1. 2
      sources/GameModes/GameMode.uc

2
sources/GameModes/GameMode.uc

@ -146,7 +146,7 @@ public function Text GetAcronym()
public function Text GetMapPrefix()
{
if (acronym == "") {
if (mapPrefix == "") {
return _.text.FromString("KF-");
}
else {

Loading…
Cancel
Save