Makes sure to un-queue removed signs
All checks were successful
KnarCraft/PlaceholderSigns/pipeline/head This commit looks good
All checks were successful
KnarCraft/PlaceholderSigns/pipeline/head This commit looks good
This commit is contained in:
parent
59ac1e9107
commit
cb08163d6b
@ -66,6 +66,7 @@ public class PlaceholderSignHandler {
|
|||||||
this.locationLookup.remove(sign.getLocation());
|
this.locationLookup.remove(sign.getLocation());
|
||||||
this.placeholderSigns.remove(sign);
|
this.placeholderSigns.remove(sign);
|
||||||
this.signsInChunk.get(sign.getLocation().getChunk()).remove(sign);
|
this.signsInChunk.get(sign.getLocation().getChunk()).remove(sign);
|
||||||
|
PlaceholderSigns.getInstance().getUpdateQueueHandler().unQueueSign(sign);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user