diff --git a/projects/Boneworks/SpeedrunTools/src/Speedruns/AntiCheat.cs b/projects/Boneworks/SpeedrunTools/src/Speedruns/AntiCheat.cs index f7b7029..6682508 100644 --- a/projects/Boneworks/SpeedrunTools/src/Speedruns/AntiCheat.cs +++ b/projects/Boneworks/SpeedrunTools/src/Speedruns/AntiCheat.cs @@ -6,6 +6,7 @@ namespace Sst.Speedruns { class AntiCheat { private static HashSet ALLOWED_MODS = new HashSet() { "LootDropBugfix", + "PhysicsTickFixer", }; private static HashSet ALLOWED_PLUGINS = new HashSet() { "Backwards Compatibility Plugin",