remove broken debug

This commit is contained in:
Jesse Boyd
2019-11-01 22:56:07 +01:00
parent 822bc20c7c
commit 0c1fdcc498
11 changed files with 3 additions and 25 deletions

View File

@ -247,7 +247,7 @@ public class AbstractDelegateExtent implements Extent, LightingExtent {
@Override
public String toString() {
return super.toString() + ":" + extent.toString();
return super.toString() + ":" + (extent == this ? "" : extent.toString());
}
@Override