amadornes / MCMultiPart

A universal multipart API for Modern Minecraft
Other
67 stars 23 forks source link

Fix WAILA/HWYLA crash #97

Closed TheCodedOne closed 6 years ago

TheCodedOne commented 7 years ago

Fix WAILA/HWYLA null crash on breaking multiparts closes #92

ghost commented 7 years ago

In scala Option is a collection(of size either zero or one), so you could use flatMap instead of map+filter(isPresent).

~Why i had to say this here?? idk~