Finally fixed #99

Totally didn't forget about it
This commit is contained in:
Norbi Peti 2019-07-10 15:26:46 +02:00
parent 80e45aa1a9
commit 3ad2346990
No known key found for this signature in database
GPG key ID: DBA4C4549A927E56

View file

@ -41,7 +41,7 @@ public class TownColorCommand extends AdminCommandBase { //TODO: Command path al
val c = getColorOrSendError(colors[i], sender);
if (!c.isPresent())
return true;
clrs[i - 1] = c.get();
clrs[i] = c.get();
}
Color tnc;
boolean usenc = TownColorComponent.getComponent().useNationColors().get();