sfence / painting

in-game painting mod for minetest
Other
0 stars 4 forks source link

Bug: you can place canvas on empty easel in protected area #12

Open ssdaniel24 opened 2 months ago

ssdaniel24 commented 2 months ago

There is no minetest.is_protected check.

sfence commented 2 months ago

is_protected check is included.

https://github.com/sfence/painting/blob/e63177e427ddb9a7b2311f9e5bc8f4e24ded2d4e/painting.lua#L309

Easel uses default minetest.item_place

Can you add more information?

ssdaniel24 commented 2 months ago

I mean empty canvases.