mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 05:06:44 +01:00
Fixed #2468
This commit is contained in:
parent
3473f5dc85
commit
920796d8ec
@ -8,7 +8,7 @@ public class DelegateLocalBlockQueue extends LocalBlockQueue {
|
||||
private final LocalBlockQueue parent;
|
||||
|
||||
public DelegateLocalBlockQueue(LocalBlockQueue parent) {
|
||||
super(parent.getWorld());
|
||||
super(parent == null ? null : parent.getWorld());
|
||||
this.parent = parent;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user