Small fix to TUI

This commit is contained in:
2026-06-14 22:57:55 +02:00
parent dd3a16a6c2
commit d9fa4225da
9 changed files with 24 additions and 12 deletions
@@ -311,7 +311,7 @@ public class Player implements Serializable {
}
if(!this.gatherers.isEmpty()){
table.addRow(this.gatherers.size() + " Gatherers: -\uD83E\uDD57:" + 3*this.gatherers.size());
table.addRow(this.gatherers.size() + " Gatherers: \uD83C\uDF56:-" + 3*this.gatherers.size());
if(last == 3){
table.addSeparator();
}