1 Commits
1.1.0 ... 1.1.1

Author SHA1 Message Date
89236bc66a Fix janitor 2026-03-31 16:49:51 +02:00
5 changed files with 237 additions and 235 deletions

View File

@@ -1,4 +1,5 @@
using BepInEx;
using __Project__.Scripts.Janitor;
using BepInEx;
using BepInEx.Configuration;
using BepInEx.Logging;
using BepInEx.Unity.IL2CPP;
@@ -11,7 +12,7 @@ public class Plugin : BasePlugin
{
public const string PLUGIN_GUID = "de.mpburgmann.BetterStuff";
public const string PLUGIN_NAME = "Better Stuff";
public const string PLUGIN_VERSION = "1.1.0";
public const string PLUGIN_VERSION = "1.1.1";
internal static new ManualLogSource Log;
private static ConfigEntry<float> scanTime;
@@ -141,4 +142,5 @@ public class Plugin : BasePlugin
__instance.m_Agent.angularSpeed *= 200f;
}
}
}