7 - Remove extra semicolon what is failing to load arrow slot icon

This commit is contained in:
Juraj Vajda 2023-02-23 23:47:34 -05:00
parent 4624fb46a5
commit e39bd0af54

View File

@ -2213,7 +2213,7 @@ function XBowsQuiver.sfinv_register_page(self)
---arrow ---arrow
'label[0,0;' .. minetest.formspec_escape(S('Arrows')) .. ':]', 'label[0,0;' .. minetest.formspec_escape(S('Arrows')) .. ':]',
'list[current_player;x_bows:arrow_inv;0,0.5;1,1;]', 'list[current_player;x_bows:arrow_inv;0,0.5;1,1;]',
'image[0,0.5;1,1;x_bows_arrow_slot.png;]', 'image[0,0.5;1,1;x_bows_arrow_slot.png]',
'listring[current_player;x_bows:arrow_inv]', 'listring[current_player;x_bows:arrow_inv]',
'listring[current_player;main]', 'listring[current_player;main]',
---quiver ---quiver