mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-01-25 01:21:21 +01:00
Remove unregistration of MV worlds workaround.
This is no longer needed as with https://github.com/Multiverse/Multiverse-Core/releases/tag/4.3.12 (or maybe earlier) as the issue is fixed where the generator was not remembered across reboots.
This commit is contained in:
parent
c8b2e1d801
commit
489a1e332d
@ -333,10 +333,14 @@ public class BentoBox extends JavaPlugin implements Listener {
|
||||
|
||||
@EventHandler
|
||||
public void onServerStop(ServerCommandEvent e) {
|
||||
/* This is no longer needed as with https://github.com/Multiverse/Multiverse-Core/releases/tag/4.3.12 (or maybe earlier) the issue
|
||||
* is fixed where the generator was not remembered across reboots.
|
||||
*/
|
||||
/*
|
||||
if (islandWorldManager != null && (e.getCommand().equalsIgnoreCase("stop") || e.getCommand().equalsIgnoreCase("restart"))) {
|
||||
// Unregister any MV worlds if () {
|
||||
islandWorldManager.registerWorldsToMultiverse(false);
|
||||
}
|
||||
//islandWorldManager.registerWorldsToMultiverse(false);
|
||||
}*/
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user