MineMaarten / Signals

Minecraft mod that adds OpenTTD style signaling and more!
GNU General Public License v3.0
17 stars 14 forks source link

RaytraceResult Not Being Null Checked #58

Closed ChloeDawn closed 6 years ago

ChloeDawn commented 6 years ago

RayTraceResult is not being null checked at ClientEventHandler.java#L98; this causes an NPE in certain cases.

Mod version: 1.12.2-1.2.1-4 Stacktrace: pastebin/Jvci5VAg

MineMaarten commented 6 years ago

Hmpf I did specifically test with this and it worked fine in testing.. Plus that there's a MISS enum value in RayTraceResult... Oh well, new build incoming. Thanks for the report.