mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 21:24:59 +00:00
Added decent spacing to all scripts thanks to Rubocop
This commit is contained in:
@@ -1034,7 +1034,7 @@ class Interpreter
|
||||
# Look for more script commands or a continuation of one, and add them to script
|
||||
loop do
|
||||
break if ![355, 655].include?(@list[@index + 1].code)
|
||||
script += @list[@index+1].parameters[0] + "\n"
|
||||
script += @list[@index + 1].parameters[0] + "\n"
|
||||
@index += 1
|
||||
end
|
||||
# Run the script
|
||||
|
||||
Reference in New Issue
Block a user