Added quit button to GUI
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user