Merge branch 'master' into dev

This commit is contained in:
Maruno17
2020-12-04 20:56:37 +00:00
3 changed files with 5 additions and 5 deletions

View File

@@ -486,7 +486,8 @@ class PokemonGlobalMetadata
attr_writer :hallOfFameLastNumber
def hallOfFame
return @hallOfFame || []
@hallOfFame = [] if !@hallOfFame
return @hallOfFame
end
def hallOfFameLastNumber