7 - Remove extra semicolon what is failing to load arrow slot icon
This commit is contained in:
parent
4624fb46a5
commit
e39bd0af54
2
api.lua
2
api.lua
|
@ -2213,7 +2213,7 @@ function XBowsQuiver.sfinv_register_page(self)
|
|||
---arrow
|
||||
'label[0,0;' .. minetest.formspec_escape(S('Arrows')) .. ':]',
|
||||
'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;main]',
|
||||
---quiver
|
||||
|
|
Ŝarĝante…
Reference in New Issue