mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Yet more Rubocopping
This commit is contained in:
@@ -27,7 +27,7 @@ module RPG
|
||||
def self.fromCache(i)
|
||||
return nil if !@cache.include?(i)
|
||||
obj = @cache[i]
|
||||
return nil if obj && obj.disposed?
|
||||
return nil if obj&.disposed?
|
||||
return obj
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user