Fixed being unable to force compiling of plugins, fixed crash when saving edited terrain tags, fixed invalid tile erase crashing, fixed crash when showing Pokédex for newly caught species

This commit is contained in:
Maruno17
2021-04-30 19:06:10 +01:00
parent 5130b097ce
commit 748ea472ba
4 changed files with 9 additions and 6 deletions

View File

@@ -623,6 +623,7 @@ module PluginManager
# fixed actions
return false if !$DEBUG || safeExists?("Game.rgssad")
return true if !safeExists?("Data/PluginScripts.rxdata")
Input.update
return true if Input.press?(Input::CTRL)
# analyze whether or not to push recompile
mtime = File.mtime("Data/PluginScripts.rxdata")