Newlines in map work as long as they don't trigger floodfill #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Since newlines are already skipped at the start of the map, the only newlines we need to accept are at the end of the map. We should track whether we've encountered a newline, and from that moment on, any content will cause the map parser to error out.