nexusnode / crafting-dead

The Minecraft zombie survival mod.
http://craftingdead.net
Other
60 stars 37 forks source link

Server-Crash #308

Open H0Imes opened 3 hours ago

H0Imes commented 3 hours ago

There is an issue in the RayTraceUtil#rayTraceBlocks method that can cause an infinite loop, potentially resulting in a server crash.

Crash-Report: https://mclo.gs/fWDOgzF

H0Imes commented 3 hours ago

The issue could be resolved by adding an iterationLimit and exiting the loop once the limit is reached