Objectpos over limit: Avoid crash caused by sector over limit
authorparamat <mat.gregory@virginmedia.com>
Mon, 13 Feb 2017 04:37:25 +0000 (04:37 +0000)
committerparamat <mat.gregory@virginmedia.com>
Thu, 16 Feb 2017 22:25:07 +0000 (22:25 +0000)
commit3955f512538ca7c6f2d2187f22d5a696da8e84d3
tree6b5d81be8add98d55f33015cf8d151926f360add
parent2dcbc019044b1af22e056c5bdb586f94c83092ad
Objectpos over limit: Avoid crash caused by sector over limit

Reduce the object limit by mapblock size, to avoid objects being
added just inside the map generation limit but in a block and sector
that extend beyond the map generation limit.

Change notification of 'objectpos over limit' from red in-chat ERROR
to in-terminal only WARNING, since this will happen often using mob
mods near the world's edge.
src/mapblock.h
src/serverenvironment.cpp