소스 검색

potentially fixed worlds not unloading

Kajetan Johannes Hammerle 5 년 전
부모
커밋
ce63936002
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
         }