1 Commits

Author SHA1 Message Date
marc 90ee436568 Merge branch 'main' of ssh://gitea.mpb-server.de:222/marc/Better-Stuff 2026-01-25 23:09:43 +01:00
5 changed files with 235 additions and 237 deletions
+2 -4
View File
@@ -1,5 +1,4 @@
using __Project__.Scripts.Janitor;
using BepInEx;
using BepInEx;
using BepInEx.Configuration;
using BepInEx.Logging;
using BepInEx.Unity.IL2CPP;
@@ -12,7 +11,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.1";
public const string PLUGIN_VERSION = "1.1.0";
internal static new ManualLogSource Log;
private static ConfigEntry<float> scanTime;
@@ -142,5 +141,4 @@ public class Plugin : BasePlugin
__instance.m_Agent.angularSpeed *= 200f;
}
}
}