mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2026-01-22 14:26:01 +00:00
Added Setting that prompts compiling upon startup
This commit is contained in:
@@ -555,6 +555,7 @@ module PluginManager
|
||||
def self.needCompiling?(order, plugins)
|
||||
# fixed actions
|
||||
return false if !$DEBUG || FileTest.exist?("Game.rgssad")
|
||||
return true if $full_compile
|
||||
return true if !FileTest.exist?("Data/PluginScripts.rxdata")
|
||||
Input.update
|
||||
return true if Input.press?(Input::SHIFT) || Input.press?(Input::CTRL)
|
||||
|
||||
Reference in New Issue
Block a user