From b8cc86208310513232e27d543ec9b6c153ab1421 Mon Sep 17 00:00:00 2001 From: Travis Watkins Date: Fri, 24 Aug 2012 19:51:51 -0500 Subject: Update to 1.3.2 --- src/main/java/net/minecraft/server/EntityHuman.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/java/net/minecraft/server/EntityHuman.java') diff --git a/src/main/java/net/minecraft/server/EntityHuman.java b/src/main/java/net/minecraft/server/EntityHuman.java index 0b02f5b7..a269b009 100644 --- a/src/main/java/net/minecraft/server/EntityHuman.java +++ b/src/main/java/net/minecraft/server/EntityHuman.java @@ -144,7 +144,7 @@ public abstract class EntityHuman extends EntityLiving implements ICommandListen if (!this.world.isStatic) { if (!this.l()) { this.a(true, true, false); - } else if (this.world.r()) { + } else if (this.world.s()) { this.a(false, true, true); } } @@ -855,7 +855,7 @@ public abstract class EntityHuman extends EntityLiving implements ICommandListen return EnumBedResult.NOT_POSSIBLE_HERE; } - if (this.world.r()) { + if (this.world.s()) { return EnumBedResult.NOT_POSSIBLE_NOW; } -- cgit v1.2.3