Fix player.print

This commit is contained in:
badgamernl
2020-09-03 04:22:29 +02:00
parent d19cb5e8d7
commit b03dbf8674

View File

@@ -181,7 +181,7 @@ end)
item.amount = clamped
if clamped ~= value then
element.text = clamped
player.print({'autofill.invalid', item.amount, rich_img('item', item.name), rich_img('entity', entity_name) })
player.print{'autofill.invalid', item.amount, rich_img('item', item.name), rich_img('entity', entity_name) }
return
end
end)