geforkt von Mirrors/Paper
Fixed monsters being spawned even when one was faux sleeping. Thanks to EdGruberman.
Dieser Commit ist enthalten in:
Ursprung
afd95b7e30
Commit
40c8cc0421
@ -161,6 +161,7 @@ public final class SpawnerCreature {
|
||||
|
||||
while (iterator.hasNext()) {
|
||||
EntityHuman entityhuman = (EntityHuman) iterator.next();
|
||||
if (entityhuman.fauxSleeping) continue; // CraftBukkit - Do not generate nightmares for humans ignoring sleep
|
||||
Class[] aclass = a;
|
||||
|
||||
if (aclass != null && aclass.length != 0) {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren