Skip to content

Commit 7349615

Browse files
committed
fixed some header issues
1 parent cd6f6ac commit 7349615

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/net/ddns/endercrypt/cs2dmap/library/file/read/Cs2dMapReader.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ public static Cs2dMap read(File file) throws FileNotFoundException, IOException
3535
switch (header)
3636
{
3737
case "Unreal Software's CS2D Map File":
38+
case "Unreal Software's CS2D Map File (max)":
3839
case "Unreal Software's Counter-Strike 2D Map File":
3940
case "Unreal Software's Counter-Strike 2D Map File (max)":
4041
header = RawCs2dMap.HEADER;

0 commit comments

Comments
 (0)