mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 13:44:59 +00:00
Rewrote Bag screen
This commit is contained in:
@@ -126,7 +126,7 @@ module MenuHandlers
|
||||
next
|
||||
end
|
||||
if hash["name"].is_a?(Proc)
|
||||
name = hash["name"].call
|
||||
name = hash["name"].call(*args)
|
||||
else
|
||||
name = _INTL(hash["name"])
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user