Finished all scheduled functions for LogisticMiner

This commit is contained in:
2022-08-23 20:22:19 +08:00
parent 6778a9cc43
commit d692342fb7
3 changed files with 224 additions and 123 deletions
-1
View File
@@ -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));
}