mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 10:12:53 +00:00
Revert "ok, remove debug"
This reverts commit b565cf4be1c0b45e1f18f165d7b6df164f12914f.
This commit is contained in:
parent
b565cf4be1
commit
991f241209
@ -5,13 +5,13 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group 'com.volmit.iris'
|
group 'com.volmit.iris'
|
||||||
version '1.3.12'
|
version '1.3.9'
|
||||||
def apiVersion = '1.14'
|
def apiVersion = '1.14'
|
||||||
def name = 'Iris'
|
def name = 'Iris'
|
||||||
def main = 'com.volmit.iris.Iris'
|
def main = 'com.volmit.iris.Iris'
|
||||||
|
|
||||||
// ==============================================================
|
// ==============================================================
|
||||||
registerCustomOutputTask('Cyberpwn', 'C://Users/sjoer/documents/VolmitSoftware/server/plugins');
|
registerCustomOutputTask('Cyberpwn', 'C://Users/cyberpwn/Documents/development/server/plugins');
|
||||||
// ==============================================================
|
// ==============================================================
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
|
@ -527,6 +527,7 @@ public interface EngineParallaxManager extends DataProvider, IObjectPlacer {
|
|||||||
{
|
{
|
||||||
IrisObject v = objectPlacement.getObject(getComplex(), rng);
|
IrisObject v = objectPlacement.getObject(getComplex(), rng);
|
||||||
if (v == null){
|
if (v == null){
|
||||||
|
Iris.error("ParallaxManager tried placing an object but found none existed, where one was expected.");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
int xx = rng.i(x, x+16);
|
int xx = rng.i(x, x+16);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user