Skip to content

Commit f1cabf3

Browse files
committed
Update Functions.cs
1 parent 0b7529b commit f1cabf3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Assets/MapEditor/Editor/API/Functions.cs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,8 @@ public static void NewMap()
5757
NewMapPanel();
5858
}
5959

60-
public static void NewMapPanel()
61-
{
62-
CreateMapWindow.Init();
63-
}
64-
60+
public static void NewMapPanel() => CreateMapWindow.Init();
61+
6562
public static void MapInfo()
6663
{
6764
if (Land != null)

0 commit comments

Comments
 (0)