diff --git a/src/com/dre/dungeonsxl/P.java b/src/com/dre/dungeonsxl/P.java index e0fb644d..41115b95 100644 --- a/src/com/dre/dungeonsxl/P.java +++ b/src/com/dre/dungeonsxl/P.java @@ -179,6 +179,7 @@ public class P extends JavaPlugin { } for (EditWorld eworld : EditWorld.eworlds) { if (eworld.world.getPlayers().isEmpty()) { + eworld.save(); eworld.delete(); } }