From 04f3a226a19201d568b416be636025fee3a32123 Mon Sep 17 00:00:00 2001 From: RePixelatedMC Date: Fri, 12 Jan 2024 16:07:02 +0100 Subject: [PATCH] whoop --- core/src/main/java/com/volmit/iris/core/safeguard/UtilsSFG.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/com/volmit/iris/core/safeguard/UtilsSFG.java b/core/src/main/java/com/volmit/iris/core/safeguard/UtilsSFG.java index 99a36d56c..c9155c7b3 100644 --- a/core/src/main/java/com/volmit/iris/core/safeguard/UtilsSFG.java +++ b/core/src/main/java/com/volmit/iris/core/safeguard/UtilsSFG.java @@ -26,7 +26,7 @@ public class UtilsSFG { Iris.safeguard(C.RED + "- The plugin Multiverse is not compatible with the server."); Iris.safeguard(C.RED + "- If you want to have a world manager, consider using PhantomWorlds or MyWorlds instead."); } - if (ServerBootSFG.incompatibilities.get("Dynmap")) { + if (ServerBootSFG.incompatibilities.get("dynmap")) { Iris.safeguard(C.RED + "Dynmap"); Iris.safeguard(C.RED + "- The plugin Dynmap is not compatible with the server."); Iris.safeguard(C.RED + "- If you want to have a map plugin like Dynmap, consider Bluemap.");