mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 21:24:59 +00:00
NamedEvents can now be overwritten, fixed error in validating all types, replaced wiki shortcut
This commit is contained in:
@@ -190,7 +190,7 @@ module GameData
|
||||
return self::DATA.keys
|
||||
end
|
||||
|
||||
# Yields all data in numberical order.
|
||||
# Yields all data in numerical order.
|
||||
def each
|
||||
keys = self::DATA.keys.sort
|
||||
keys.each { |key| yield self::DATA[key] }
|
||||
|
||||
Reference in New Issue
Block a user