ソースを参照

remove UP warning

nossr50 4 年 前
コミット
44c820089c
1 ファイル変更0 行追加6 行削除
  1. 0 6
      src/main/java/com/gmail/nossr50/mcMMO.java

+ 0 - 6
src/main/java/com/gmail/nossr50/mcMMO.java

@@ -266,12 +266,6 @@ public class mcMMO extends JavaPlugin {
                 else
                     metrics.addCustomChart(new SimplePie("leveling_system", () -> "Standard"));
             }
-
-            if(pluginManager.getPlugin(ULTRA_PERMISSONS) != null) {
-                Bukkit.getScheduler().runTaskLater(this, () -> {
-                    getLogger().severe("mcMMO and UltraPermissions have a severe conflict resulting in extreme server performance degradation, an update will be available soon (according to the UltraPermission devs) that will fix this issue. For now it is not advised to use these plugins at the same time. It is advised that you keep mcMMO and UltraPermission up to date.");
-                }, 20);
-            }
         }
 
         catch (Throwable t) {