Fix DensityFunctions lvt
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user