fix missing inventory image for server

master
Vanessa Ezekowitz 2014-07-19 06:22:20 -04:00
parent babd1bed55
commit ff59d347a0
2 changed files with 1 additions and 3 deletions

View File

@ -513,7 +513,7 @@ minetest.register_node("computer:server", {
'computer_server_bt.png',
'computer_server_f_off.png'
},
--inventory_image = "computer_server_inv.png",
inventory_image = "computer_server_inv.png",
sunlight_propagates = false,
paramtype = "light",
paramtype2 = "facedir",
@ -559,8 +559,6 @@ minetest.register_node("computer:server_on", {
'computer_server_bt.png',
'computer_server_f_on.png',
},
--
inventory_image = "computer_server_inv.png",
sunlight_propagates = false,
paramtype = "light",

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB