Fixin' the problem of AFK people not in bed.

This commit is contained in:
sk89q
2011-04-11 11:48:31 -07:00
parent 2685de187a
commit 86c467cb50
3 changed files with 35 additions and 3 deletions

View File

@@ -37,6 +37,7 @@ public abstract class EntityHuman extends EntityLiving {
public double y;
// CraftBukkit start
public boolean sleeping;
public boolean fauxSleeping;
// CraftBukkit end
private ChunkCoordinates b;
// CraftBukkit start