Don't drop banner in creative

This commit is contained in:
Wuzzy 2017-07-27 22:16:15 +02:00
parent 91bffc2a00
commit d8e17e8d23
1 changed files with 1 additions and 1 deletions

View File

@ -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