mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-10 14:44:58 +00:00
Lots of rubocop
This commit is contained in:
@@ -284,9 +284,7 @@ class RegionalStorage
|
||||
if @rgnmap < 0
|
||||
raise _INTL("The current map has no region set. Please set the MapPosition metadata setting for this map.")
|
||||
end
|
||||
if !@storages[@rgnmap]
|
||||
@storages[@rgnmap] = PokemonStorage.new
|
||||
end
|
||||
@storages[@rgnmap] = PokemonStorage.new if !@storages[@rgnmap]
|
||||
return @storages[@rgnmap]
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user