mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 05:34:58 +00:00
More additions to .rubocop.yml, minor code tweaks
This commit is contained in:
@@ -726,8 +726,8 @@ module PluginManager
|
||||
end
|
||||
end
|
||||
end
|
||||
echoln ""
|
||||
if scripts.length > 0
|
||||
echoln ""
|
||||
Console.echo_h2("Successfully loaded #{scripts.length} plugin(s)", text: :green)
|
||||
else
|
||||
Console.echo_h2("No plugins found", text: :green)
|
||||
|
||||
@@ -522,6 +522,7 @@ def pbMessageDisplay(msgwindow, message, letterbyletter = true, commandProc = ni
|
||||
signWaitTime = Graphics.frame_rate / 2
|
||||
haveSpecialClose = false
|
||||
specialCloseSE = ""
|
||||
startSE = nil
|
||||
controls.length.times do |i|
|
||||
control = controls[i][0]
|
||||
param = controls[i][1]
|
||||
|
||||
Reference in New Issue
Block a user