diff --git a/Ship/Ship/MapsCollection.cs b/Ship/Ship/MapsCollection.cs index 5590319..dae2a2f 100644 --- a/Ship/Ship/MapsCollection.cs +++ b/Ship/Ship/MapsCollection.cs @@ -133,7 +133,7 @@ namespace Ship case "SimpleMap": map = new SimpleMap(); break; - case "ForestMap": + case "WaterMap": map = new WaterMap(); break; }