Fixed broken commit 32688c5
This commit is contained in:
parent
32688c55cf
commit
b1598a022a
3 changed files with 13 additions and 11 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue