ok, remove debug

This commit is contained in:
CocoTheOwner 2021-06-12 12:40:12 +02:00
parent 491cdc5fef
commit b565cf4be1
2 changed files with 2 additions and 3 deletions

View File

@ -5,13 +5,13 @@ plugins {
}
group 'com.volmit.iris'
version '1.3.9'
version '1.3.12'
def apiVersion = '1.14'
def name = 'Iris'
def main = 'com.volmit.iris.Iris'
// ==============================================================
registerCustomOutputTask('Cyberpwn', 'C://Users/cyberpwn/Documents/development/server/plugins');
registerCustomOutputTask('Cyberpwn', 'C://Users/sjoer/documents/VolmitSoftware/server/plugins');
// ==============================================================
configurations {

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);