OpenDream
OpenDream copied to clipboard
Indented `}` causes an error
There's a few files in NTstation full of indented closing brackets that cause an error. Example:
if(!z_offset){
z_offset = world.maxz+1
}
This also applies to entire braced proc blocks with an indented closing }