oops, removed again, without gradle

This commit is contained in:
CocoTheOwner 2021-06-12 12:40:56 +02:00
parent 991f241209
commit c1831e58f5

View File

@ -527,7 +527,6 @@ public interface EngineParallaxManager extends DataProvider, IObjectPlacer {
{
IrisObject v = objectPlacement.getObject(getComplex(), rng);
if (v == null){
Iris.error("ParallaxManager tried placing an object but found none existed, where one was expected.");
return;
}
int xx = rng.i(x, x+16);