mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-02 08:50:17 +01:00
Might fix #1704
This commit is contained in:
parent
17154ef1d5
commit
24b3b60983
@ -223,7 +223,7 @@ public final class BukkitMain extends JavaPlugin implements Listener, IPlotMain
|
||||
return;
|
||||
}
|
||||
}
|
||||
Bukkit.unloadWorld(world, false);
|
||||
Bukkit.unloadWorld(world, true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user