Makes sure to un-queue removed signs
All checks were successful
KnarCraft/PlaceholderSigns/pipeline/head This commit looks good

This commit is contained in:
Kristian Knarvik 2024-04-30 15:26:53 +02:00
parent 59ac1e9107
commit cb08163d6b

View File

@ -66,6 +66,7 @@ public class PlaceholderSignHandler {
this.locationLookup.remove(sign.getLocation());
this.placeholderSigns.remove(sign);
this.signsInChunk.get(sign.getLocation().getChunk()).remove(sign);
PlaceholderSigns.getInstance().getUpdateQueueHandler().unQueueSign(sign);
}
/**