mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-22 20:02:48 +00:00
DeHackEd: editor keys are once again recognized
This commit is contained in:
parent
df29245a59
commit
7e3dbdefac
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ namespace CodeImp.DoomBuilder.Dehacked
|
|||
line = line.Trim();
|
||||
|
||||
// Editor key?
|
||||
if (line.StartsWith("$#"))
|
||||
if (line.StartsWith("#$"))
|
||||
return line;
|
||||
|
||||
// Cut everything from the line after a #, unless it's the "ID #" field, then cut everything after then next #
|
||||
|
|
Loading…
Reference in a new issue