mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-03-16 11:02:30 +01:00
Don't drop banner in creative
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user