Removing ununsed textures.

Added more safety to item_drop to get around a fatal server halt issue.
This commit is contained in:
kpoppel
2013-06-03 23:42:44 +02:00
parent ede3978965
commit 4f1a44a80b
11 changed files with 1 additions and 79 deletions

View File

@ -109,7 +109,7 @@ minetest.register_entity(":__builtin:item", {
return
end
if minetest.registered_nodes[name].liquidtype == "flowing" then
if minetest.registered_nodes[name] and minetest.registered_nodes[name].liquidtype == "flowing" then
get_flowing_dir = function(self)
local pos = self.object:getpos()
local param2 = minetest.env:get_node(pos).param2