525526527528529530531532533534535
map.put(pos, entry); } else { entry = map.get(pos); } if (entry != null) { entry.addEvent(bEvent); } else { logger.error("No chunk monitor entry found for position {}", pos); } } }