Remove modlib.minetest.get_color_int

master
Lars Mueller 2021-08-16 11:43:26 +02:00
parent 8b0176341b
commit f1aa7f5a98
1 changed files with 0 additions and 3 deletions

View File

@ -74,9 +74,6 @@ function get_node_inventory_image(nodename)
end
return img or texture_modifier_inventorycube(chosen_tiles[1], chosen_tiles[2], chosen_tiles[3])
end
function get_color_int(color)
return color.b + (color.g*256) + (color.r*256*256)
end
function check_player_privs(playername, privtable)
local privs=minetest.get_player_privs(playername)
local missing_privs={}