mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-31 04:51:40 +09:00
Fix player.print
This commit is contained in:
@@ -181,7 +181,7 @@ end)
|
|||||||
item.amount = clamped
|
item.amount = clamped
|
||||||
if clamped ~= value then
|
if clamped ~= value then
|
||||||
element.text = clamped
|
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
|
return
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
|||||||
Reference in New Issue
Block a user