Merge remote-tracking branch 'origin/main'
# Conflicts: # src/ch/zhaw/catan/Structure.java
This commit is contained in:
commit
cb9e22ea92
|
@ -7,7 +7,7 @@ public abstract class Structure {
|
||||||
this.faction = faction;
|
this.faction = faction;
|
||||||
}
|
}
|
||||||
|
|
||||||
public Config.Faction getFaction() {
|
public String toString() {
|
||||||
return faction;
|
return faction.toString();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue