summaryrefslogtreecommitdiff
path: root/node_storage.lua
diff options
context:
space:
mode:
Diffstat (limited to 'node_storage.lua')
-rw-r--r--node_storage.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/node_storage.lua b/node_storage.lua
index dd34014..e933277 100644
--- a/node_storage.lua
+++ b/node_storage.lua
@@ -189,7 +189,7 @@ minetest.register_node("digtron:combined_storage", {
"list[current_name;fuel;0,4.1;8,1;]" ..
"list[current_player;main;0,5.75;8,1;]" ..
"list[current_player;main;0,6.98;8,3;8]" ..
- "listring[current_name;fuel]" ..
+ "listring[current_name;main]" ..
"listring[current_player;main]" ..
default.get_hotbar_bg(0,5.75)
)