Merge remote-tracking branch 'origin/main'
# Conflicts: # src/ch/zhaw/catan/Siedler.java
This commit is contained in:
@@ -72,7 +72,7 @@ public class SiedlerBoard extends HexBoard<Config.Land, Settlement, Road, String
|
||||
*
|
||||
* @return String of actual board.
|
||||
*/
|
||||
public String getTextView() {
|
||||
public String toString() {
|
||||
SiedlerBoardTextView view = new SiedlerBoardTextView(this);
|
||||
for (Map.Entry<Point, Field> field : fields.entrySet()) {
|
||||
view.setLowerFieldLabel(field.getKey(), field.getValue().getLabel());
|
||||
|
||||
Reference in New Issue
Block a user