debug spawns

This commit is contained in:
cyberpwn 2021-08-18 02:58:30 -04:00
parent 0e4b874994
commit 522eabce5e

View File

@ -227,6 +227,11 @@ public class IrisWorldManager extends EngineAssignedWorldManager {
.collect(Collectors.toList())) .collect(Collectors.toList()))
.popRandom(RNG.r); .popRandom(RNG.r);
if(initial)
{
Iris.info("SPAWNER PICKED: " + v);
}
if (v != null && v.getReferenceSpawner() != null) { if (v != null && v.getReferenceSpawner() != null) {
int maxEntCount = v.getReferenceSpawner().getMaxEntitiesPerChunk(); int maxEntCount = v.getReferenceSpawner().getMaxEntitiesPerChunk();