remove debug info

This commit is contained in:
BuildTools
2023-09-18 13:48:19 +02:00
parent 57bfd251dc
commit 4115dd5797

View File

@@ -746,7 +746,7 @@ public interface Engine extends DataProvider, Fallible, LootProvider, BlockUpdat
PlacedObject o = getObjectPlacement(x, y, z);
if (o != null && o.getObject() != null) {
return o.getObject().getLoadKey() + "@" + o.getId() + "#" + (o.getPlacement() != null);
return o.getObject().getLoadKey() + "@" + o.getId();
}
return null;