fix error messages

This commit is contained in:
TenPlus1 2019-09-05 10:47:09 +01:00
parent 9377e9b581
commit 73b14d7468
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
if minetest.get_modpath("mobs") and not mobs.mod and mobs.mod ~= "redo" then if minetest.get_modpath("mobs") and not mobs.mod and mobs.mod ~= "redo" then
minetest.log("error", "[mobs_crocs] mobs redo API not found!") minetest.log("error", "[mobs_fish] mobs redo API not found!")
return return
end end

View File

@ -1,6 +1,6 @@
if minetest.get_modpath("mobs") and not mobs.mod and mobs.mod ~= "redo" then if minetest.get_modpath("mobs") and not mobs.mod and mobs.mod ~= "redo" then
minetest.log("error", "[mobs_crocs] mobs redo API not found!") minetest.log("error", "[mobs_jellyfish] mobs redo API not found!")
return return
end end

View File

@ -1,6 +1,6 @@
if minetest.get_modpath("mobs") and not mobs.mod and mobs.mod ~= "redo" then if minetest.get_modpath("mobs") and not mobs.mod and mobs.mod ~= "redo" then
minetest.log("error", "[mobs_crocs] mobs redo API not found!") minetest.log("error", "[mobs_sharks] mobs redo API not found!")
return return
end end

View File

@ -1,6 +1,6 @@
if minetest.get_modpath("mobs") and not mobs.mod and mobs.mod ~= "redo" then if minetest.get_modpath("mobs") and not mobs.mod and mobs.mod ~= "redo" then
minetest.log("error", "[mobs_crocs] mobs redo API not found!") minetest.log("error", "[mobs_turtles] mobs redo API not found!")
return return
end end