libprimis
libprimis copied to clipboard
`sendmap/getmap` creates invalid & truncated files
On large (2^11+) sized maps, sendmap
/getmap
creates a semi-valid map that truncates much of the data (load_world
returns garbage in map
).
On small (2^10) sized maps, sendmap
/getmap
creates an invalid map that the client cannot read (load_world
returns could not load map
).