From 2372322c24c6e3a92002d263779748d69df6bf95 Mon Sep 17 00:00:00 2001 From: Maruno17 Date: Tue, 25 Jan 2022 23:38:11 +0000 Subject: [PATCH] Added holding Shift while starting the game to compile just the plugins --- Data/Scripts/001_Technical/005_PluginManager.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data/Scripts/001_Technical/005_PluginManager.rb b/Data/Scripts/001_Technical/005_PluginManager.rb index 5ea49b927..98a75a4ef 100644 --- a/Data/Scripts/001_Technical/005_PluginManager.rb +++ b/Data/Scripts/001_Technical/005_PluginManager.rb @@ -636,7 +636,7 @@ module PluginManager return false if !$DEBUG || safeExists?("Game.rgssad") return true if !safeExists?("Data/PluginScripts.rxdata") Input.update - return true if Input.press?(Input::CTRL) + return true if Input.press?(Input::SHIFT) || Input.press?(Input::CTRL) # analyze whether or not to push recompile mtime = File.mtime("Data/PluginScripts.rxdata") order.each do |o|