Closed TheEt1234 closed 6 months ago
The problem is param2 = 255
is not valid for paramtype2 = "facedir"
nodes, but the comment in the code states that only facedir
nodes can have their param2
set: https://github.com/BuckarooBanzay/digibuilder/blob/84ca01da026bcedfa7ac7790c794caa6a742229e/digiline.lua#L188-L236
thanks, the current fix adds some default values in case the param2 is invalid or not set
That didn't fix it, the default value gets overridden by the nil value.
Crashes the server
Crash log - from pandorabox
Accidentally done this in the main pandorabox server, and reproduced it in the test server
Also param2 isn't used just for rotation, it can also be used for color, but i think it would be more fun if this bug was just... fixed rather than param2 setnode'ing being limited moreoh wait no param2 is checked