Compare commits
1 Commits
1.1.1
...
90ee436568
| Author | SHA1 | Date | |
|---|---|---|---|
| 90ee436568 |
@@ -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;
|
||||
@@ -131,7 +130,7 @@ public class Plugin : BasePlugin
|
||||
}
|
||||
}
|
||||
|
||||
[HarmonyPatch(typeof(Janitor), "Start")]
|
||||
[HarmonyPatch(typeof(Janitor), "Start")]
|
||||
public static class Janitor_Start_Patch
|
||||
{
|
||||
[HarmonyPostfix]
|
||||
@@ -142,5 +141,4 @@ public class Plugin : BasePlugin
|
||||
__instance.m_Agent.angularSpeed *= 200f;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user