Files
paper-mc/paper-server/patches/sources/net/minecraft/server
Shane Freeder 30ccd487cf Buffer OOB setBlock calls
lets debug mode throw a trace in order to potentially see where
such calls are cascading from easier, but, generally, if you see one setBlock
call, you're gonna see more, and this just potentially causes a flood of logs
which can cause issues for slower terminals, etc.

We can limit the flood by just allowing one for a single gen region,
we'll also only gen a trace for the first one, I see no real pressing need
to generate more, given that that would *massively* negate this patch otherwise
2022-03-19 12:12:22 +00:00
..
2021-09-11 22:55:14 +02:00
2020-10-03 08:27:40 +02:00
2022-03-19 12:12:22 +00:00
2016-02-29 20:40:33 -06:00
2022-03-02 09:45:56 +01:00
2017-08-06 17:17:53 -05:00