Parcourir la source

potentially fixed worlds not unloading

Kajetan Johannes Hammerle il y a 5 ans
Parent
commit
ce63936002
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/main/java/me/km/world/WorldManager.java

+ 1 - 1
src/main/java/me/km/world/WorldManager.java

@@ -113,7 +113,7 @@ public class WorldManager {
         if(removeType == null) {
             return false;
         }
-        ServerWorld ws = getWorld(server, removeType, false);
+        ServerWorld ws = getWorld(server, removeType, true);
         if(ws != null) {
             return false;
         }