mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-21 20:56:45 +01:00
fix: disable not saving single world chunks (#4416)
Disable not saving single world chunks - addresses #4413
This commit is contained in:
parent
5867cc51a7
commit
a7447c9d75
@ -95,7 +95,8 @@ public class SingleWorldListener implements Listener {
|
|||||||
|
|
||||||
@EventHandler(priority = EventPriority.LOWEST)
|
@EventHandler(priority = EventPriority.LOWEST)
|
||||||
public void onChunkLoad(ChunkLoadEvent event) {
|
public void onChunkLoad(ChunkLoadEvent event) {
|
||||||
handle(event);
|
// disable this for now, should address https://github.com/IntellectualSites/PlotSquared/issues/4413
|
||||||
|
// handle(event);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user