DeHackEd: editor keys are once again recognized

This commit is contained in:
biwa 2022-05-15 00:38:36 +02:00
parent df29245a59
commit 7e3dbdefac

View file

@ -200,7 +200,7 @@ namespace CodeImp.DoomBuilder.Dehacked
line = line.Trim(); line = line.Trim();
// Editor key? // Editor key?
if (line.StartsWith("$#")) if (line.StartsWith("#$"))
return line; return line;
// Cut everything from the line after a #, unless it's the "ID #" field, then cut everything after then next # // Cut everything from the line after a #, unless it's the "ID #" field, then cut everything after then next #