summaryrefslogtreecommitdiff
path: root/homedecor/trash_cans.lua
diff options
context:
space:
mode:
Diffstat (limited to 'homedecor/trash_cans.lua')
-rw-r--r--homedecor/trash_cans.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/homedecor/trash_cans.lua b/homedecor/trash_cans.lua
index a7aa5d3..70c45d8 100644
--- a/homedecor/trash_cans.lua
+++ b/homedecor/trash_cans.lua
@@ -36,7 +36,8 @@ homedecor.register("trash_can_green_open", {
formspec = "size[8,9]" .. default.gui_bg .. default.gui_bg_img .. default.gui_slots ..
"button[2.5,3.8;3,1;empty;Empty Trash]"..
"list[context;main;2.5,0.5;3,3;]"..
- "list[current_player;main;0,5;8,4;]",
+ "list[current_player;main;0,5;8,4;]" ..
+ "listring[]",
},
on_receive_fields = function(pos, formname, fields, sender)
if fields.empty then