From 6dd8f8acbdb90708da7eb50314844147dff275a4 Mon Sep 17 00:00:00 2001 From: the Date: Fri, 9 Dec 2022 14:00:27 +0400 Subject: [PATCH] Fix --- Ship/Ship/MapsCollection.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }