No. That tag should literally never error. Ever. At all. Ever. That fallback is wrong.RedShirt2 said:mcmonkey said:That should not ever cause an error... if it did, please report the full error with a debug logRedShirt2 said:on player right clicks block priority:1:
- if <server.has_flag[decorative_block.<context.location.simple>]>:
- determine cancelled
.simple threw an error, while I clicked on other things. Probably need a fallback! Probably.
- if <server.has_flag[decorative_block.<context.location.simple>]>:
just needs a fallback for when you aren't using the decorator...
- if <server.has_flag[decorative_block.<context.location.simple>]||false>:
Please report the full error with a debug log.