9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-24 01:19:24 +00:00

feat(bukkit): 添加 LuckPerms 支持

This commit is contained in:
jhqwqmc
2025-04-12 03:01:48 +08:00
parent 362a797cb8
commit b97fa1ee6a

View File

@@ -56,7 +56,7 @@ public class LuckPermsEventListeners {
try {
subscription.close();
} catch (Exception e) {
this.plugin.getLogger().log(Level.WARNING,"Failed to close event subscription", e);
this.plugin.getLogger().log(Level.WARNING, "Failed to close event subscription", e);
}
}
this.subscriptions.clear();