diff --git a/ZoFo/GameCore/GameManagers/MapManager/MapManager.cs b/ZoFo/GameCore/GameManagers/MapManager/MapManager.cs index 665d487..a02a5aa 100644 --- a/ZoFo/GameCore/GameManagers/MapManager/MapManager.cs +++ b/ZoFo/GameCore/GameManagers/MapManager/MapManager.cs @@ -75,6 +75,5 @@ namespace ZoFo.GameCore.GameManagers.MapManager return JsonSerializer.Deserialize(data); } } - } }