Skip to content

Commit

Permalink
allow PhysicsTickFixer
Browse files Browse the repository at this point in the history
  • Loading branch information
jakzo committed Sep 17, 2024
1 parent a96a19f commit d812c2b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ namespace Sst.Speedruns {
class AntiCheat {
private static HashSet<string> ALLOWED_MODS = new HashSet<string>() {
"LootDropBugfix",
"PhysicsTickFixer",
};
private static HashSet<string> ALLOWED_PLUGINS = new HashSet<string>() {
"Backwards Compatibility Plugin",
Expand Down

0 comments on commit d812c2b

Please sign in to comment.