mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 21:24:59 +00:00
Yet more Rubocopping
This commit is contained in:
@@ -56,7 +56,7 @@ class Game_CommonEvent
|
||||
def refresh
|
||||
# Create an interpreter for parallel process if necessary
|
||||
if self.trigger == 2 && switchIsOn?(self.switch_id)
|
||||
if @interpreter == nil
|
||||
if @interpreter.nil?
|
||||
@interpreter = Interpreter.new
|
||||
end
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user