Skip to content

Commit

Permalink
#80 fix spawner protection module not loading
Browse files Browse the repository at this point in the history
  • Loading branch information
YouHaveTrouble committed Sep 4, 2024
1 parent ccad30c commit 9ec0724
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class SpawnersProtectionModule implements PurpurExtrasModule, Listener {

private final String permission = "purpurextras.spawnerprotectionbypass";

protected SpawnersProtectionModule() {
public SpawnersProtectionModule() {
PurpurConfig config = PurpurExtras.getPurpurConfig();

DefaultPermissions.registerPermission(
Expand Down

0 comments on commit 9ec0724

Please sign in to comment.