Resolved many Rubocop warnings

This commit is contained in:
Maruno17
2020-09-06 17:31:12 +01:00
parent 6c4670eaa3
commit 681a8331ab
137 changed files with 921 additions and 1200 deletions

View File

@@ -220,7 +220,7 @@ end
def pbSEFade(x=0.0); pbSEStop(x);end
# Stops SE playback.
def pbSEStop(timeInSeconds=0.0)
def pbSEStop(_timeInSeconds=0.0)
if $game_system
$game_system.se_stop
elsif (RPG.const_defined?(:SE) rescue false)