Added quit button to GUI

This commit is contained in:
2026-06-14 23:19:54 +02:00
parent d9fa4225da
commit 6e8eda0198
9 changed files with 38 additions and 50 deletions
@@ -311,7 +311,7 @@ public class Player implements Serializable {
}
if(!this.gatherers.isEmpty()){
table.addRow(this.gatherers.size() + " Gatherers: \uD83C\uDF56:-" + 3*this.gatherers.size());
table.addRow(this.gatherers.size() + " Gatherers: \uD83C\uDF56:" + 3*this.gatherers.size());
if(last == 3){
table.addSeparator();
}