added message contents to the messages #17

Closed
fkoppe wants to merge 27 commits from dev/client_beck into dev/client_koppe
Showing only changes of commit 9cd9cc871c - Show all commits

View File

@@ -60,7 +60,7 @@ private void initMap() {
case cir -> addFigureToPlayerMap(assetToColor(BoardAsset.cir), assetOnMap);
case marine -> addFigureToPlayerMap(assetToColor(BoardAsset.marine), assetOnMap);
case node_normal, node_bonus, node_start ->
infield.addLast(displayAndControl(assetOnMap, new NodeControl()));
infield.add(displayAndControl(assetOnMap, new NodeControl()));
default -> displayAsset(assetOnMap);
}
}