aboutsummaryrefslogtreecommitdiff
path: root/clientmods/inventory/invhack.lua
diff options
context:
space:
mode:
Diffstat (limited to 'clientmods/inventory/invhack.lua')
-rw-r--r--clientmods/inventory/invhack.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/clientmods/inventory/invhack.lua b/clientmods/inventory/invhack.lua
index c19167e4e..eb6f48bf2 100644
--- a/clientmods/inventory/invhack.lua
+++ b/clientmods/inventory/invhack.lua
@@ -4,9 +4,9 @@ minetest.register_chatcommand("invhack", {
"invhack:invhack",
""
.. "size[8,7.5]"
- .. "list[" .. player .. ";main;0,3.5;8,4;]"
- .. "list[" .. player .. ";craft;3,0;3,3;]"
- .. "list[" .. player .. ";craftpreview;7,1;1,1;]"
+ .. "list[player:" .. player .. ";main;0,3.5;8,4;]"
+ .. "list[player:" .. player .. ";craft;3,0;3,3;]"
+ .. "list[player:" .. player .. ";craftpreview;7,1;1,1;]"
)
end
})