Explorar el Código

potentially fixed worlds not unloading

Kajetan Johannes Hammerle hace 5 años
padre
commit
ce63936002
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
         }