geforkt von Mirrors/Paper
Fix issues with leashes and weather due to missed diff
Dieser Commit ist enthalten in:
Ursprung
4992df25ec
Commit
acc9f20b00
@ -149,7 +149,7 @@ public abstract class EntityInsentient extends EntityLiving {
|
||||
public void h() {
|
||||
super.h();
|
||||
if (!this.world.isStatic) {
|
||||
this.bJ();
|
||||
this.bL();
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -949,7 +949,7 @@ public class WorldServer extends World implements org.bukkit.BlockChangeDelegate
|
||||
this.server.getPlayerList().sendAll(new PacketPlayOutGameStateChange(8, this.p));
|
||||
}
|
||||
// */
|
||||
if (flag != this.P()) {
|
||||
if (flag != this.Q()) {
|
||||
// Only send weather packets to those affected
|
||||
for (int i = 0; i < this.players.size(); ++i) {
|
||||
if (((EntityPlayer) this.players.get(i)).world == this) {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren