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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user