mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2025-02-17 21:02:12 +01:00
Fix CME
This commit is contained in:
parent
284c03f029
commit
cd0fe34bf4
@ -200,6 +200,7 @@ public class DWorlds {
|
||||
* Clean up all instances.
|
||||
*/
|
||||
public void deleteAllInstances() {
|
||||
HashSet<DInstanceWorld> instances = new HashSet<>(this.instances);
|
||||
for (DInstanceWorld instance : instances) {
|
||||
instance.delete();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user