mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-02-16 10:30:53 +00:00
remove debug info
This commit is contained in:
committed by
RePixelatedMC
parent
566169cdbf
commit
1619df1ba3
@@ -753,7 +753,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;
|
||||
|
||||
Reference in New Issue
Block a user