Skip to content

Commit 76329c3

Browse files
committed
small change just to push another build
1 parent 3ba3b4c commit 76329c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/us/ajg0702/leaderboards/LeaderboardPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ public void onEnable() {
203203
if(placeholders.register()) {
204204
getLogger().info("PAPI placeholders successfully registered!");
205205
} else {
206-
getLogger().warning("Failed to register ajlb PAPI placeholders!");
206+
getLogger().warning("Failed to register ajLeaderboard PAPI placeholders! Leaderboard display placeholders will not work!");
207207
}
208208

209209
contextLoader = Bukkit.getPluginManager().isPluginEnabled("LuckPerms") ? new WithLPCtx(this) : new WithoutLPCtx(this);

0 commit comments

Comments
 (0)