mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 13:44:59 +00:00
Lots of rubocop
This commit is contained in:
@@ -40,9 +40,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?
|
||||
@interpreter = Interpreter.new
|
||||
end
|
||||
@interpreter = Interpreter.new if @interpreter.nil?
|
||||
else
|
||||
@interpreter = nil
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user