Skip to content

Commit

Permalink
fixed enable/disable switch
Browse files Browse the repository at this point in the history
  • Loading branch information
RappyTV committed Apr 28, 2023
1 parent 0d55414 commit 2ef9c5c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
public class DeathEvent {

public DeathEvent(Location location) {
if(!DeathFinderAddon.get().configuration().enabled().get()) return;
boolean backCommand = DeathFinderAddon.get().configuration().backCommand().get();
boolean coordsCommand = DeathFinderAddon.get().configuration().coordsCommand().get();

Expand Down

0 comments on commit 2ef9c5c

Please sign in to comment.