Skip to content

Commit

Permalink
change back identifier to not break configs
Browse files Browse the repository at this point in the history
  • Loading branch information
xGinko committed Mar 27, 2024
1 parent ade6f37 commit 62d48de
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import me.clip.placeholderapi.expansion.PlaceholderExpansion;
import me.xginko.betterworldstats.BetterWorldStats;
import me.xginko.betterworldstats.Statistics;
import me.xginko.betterworldstats.hooks.BWSHook;
import org.bukkit.entity.Player;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
Expand Down Expand Up @@ -43,7 +42,7 @@ public void unHook() {

@Override
public @NotNull String getIdentifier() {
return BetterWorldStats.getLog().getName();
return "worldstats";
}

@Override
Expand Down

0 comments on commit 62d48de

Please sign in to comment.