dynmap icon indicating copy to clipboard operation
dynmap copied to clipboard

fix(chnk visibility) Use long to avoid int overflow

Open gmfamily opened this issue 2 years ago • 0 comments

Use long representation of the distance between tested chunk and center of tested limit to avoid int overflow while computing the distance compared to limit radius using square delta value fix:https://github.com/webbukkit/dynmap/issues/3839

gmfamily avatar Aug 31 '22 17:08 gmfamily