Fix /warp saving bug.
If spawn didn't exist, was being written as NbtNull.
I believe that this lead to an additional null char being written to Nbt data, causing the 'data' tag to be closed prematurely.
Fixed by not writing spawn at all if it is null.