Skip to content

Commit

Permalink
Fixed major issue with cooldown exempt permission
Browse files Browse the repository at this point in the history
  • Loading branch information
Picono435 committed Aug 10, 2021
1 parent def21f5 commit edcfc40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public void onInitialize() {

RandomTPAPIImpl.registeredNodes.put("randomtp.command.basic", 0);
RandomTPAPIImpl.registeredNodes.put("randomtp.command.interdim", 0);
RandomTPAPIImpl.registeredNodes.put("randomtp.command.exempt", 1);
RandomTPAPIImpl.registeredNodes.put("randomtp.cooldown.exempt", 1);

RandomTP.getLogger().info("RandomTP successfully loaded.");
});
Expand Down

0 comments on commit edcfc40

Please sign in to comment.