forked from VoxeLibre/VoxeLibre
Fix #1538
This commit is contained in:
parent
78d387e2df
commit
84764389dc
|
@ -323,7 +323,7 @@ mobs:register_mob("mobs_mc:enderman", {
|
|||
-- self:teleport(nil)
|
||||
-- self.state = ""
|
||||
--else
|
||||
if self.attack ~= nil then
|
||||
if self.attack ~= nil and not minetest.settings:get_bool("creative_mode") then
|
||||
self.state = 'attack'
|
||||
end
|
||||
--end
|
||||
|
|
Loading…
Reference in New Issue