EmptyStar / asuna

A Minetest game of vibrant natural wonders
Other
13 stars 4 forks source link

Fix crash when manipulating Japanese walls in certain ways #33

Closed EmptyStar closed 1 year ago

EmptyStar commented 1 year ago

When a Japanese wall is connected to a node at a 90° angle and the node it's connected to is dug/broken, the game will crash. This was due to the wall's name registered ending with _flat which is treated specially in the xpanes internal functions. Renaming the wall node fixes the crash.