forked from VoxeLibre/VoxeLibre
Don't drop banner in creative
This commit is contained in:
parent
91bffc2a00
commit
d8e17e8d23
|
@ -31,7 +31,7 @@ local colors = {
|
|||
|
||||
-- After destroying the standing banner node
|
||||
local on_destruct_standing_banner = function(pos)
|
||||
if not minetest.settings:get_bool("creative_mode") then
|
||||
if minetest.settings:get_bool("creative_mode") then
|
||||
return
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue