mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2025-12-11 07:23:28 +08:00
Finished all scheduled functions for LogisticMiner
This commit is contained in:
@@ -14,7 +14,6 @@ public class DevShortcuts : BaseUnityPlugin
|
||||
{
|
||||
_cfgEnabled = Config.Bind("General", "Enabled", _cfgEnabled, "enable/disable this plugin").Value;
|
||||
if (!_cfgEnabled) return;
|
||||
Logger.LogInfo($"Plugin {PluginInfo.PLUGIN_GUID} is loaded!");
|
||||
Harmony.CreateAndPatchAll(typeof(DevShortcuts));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user