libprimis icon indicating copy to clipboard operation
libprimis copied to clipboard

`sendmap/getmap` creates invalid & truncated files

Open no-lex opened this issue 4 years ago • 0 comments

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).

no-lex avatar Dec 25 '20 04:12 no-lex