Fixed broken commit 32688c5

This commit is contained in:
Intelli 2024-04-21 14:08:37 -06:00
parent 32688c55cf
commit b1598a022a
3 changed files with 13 additions and 11 deletions

View file

@ -42,7 +42,8 @@ public class BlockBreakLogger {
}
if (!user.startsWith("#")) {
CacheHandler.spreadCache.remove(location);
String cacheId = location.getBlockX() + "." + location.getBlockY() + "." + location.getBlockZ() + "." + Util.getWorldId(location.getWorld().getName());
CacheHandler.spreadCache.remove(cacheId);
}
if (checkType == Material.LECTERN) {