Fix DensityFunctions lvt

This commit is contained in:
Nassim Jahnke
2024-12-19 11:01:00 +01:00
parent 15ad7cc156
commit 8f5d9953f5
3 changed files with 21 additions and 18 deletions

View File

@@ -11,7 +11,7 @@
+ LOGGER.error("Overwrote an existing entity {} with {}", oldCast, entity);
+ }
+ }
+ // Paper end
+ // Paper end - extra debug info
} else {
this.byUuid.put(uuid, entity);
this.byId.put(entity.getId(), entity);