Use CombinedData.wasInBed !

This commit is contained in:
asofold 2012-11-23 16:19:44 +01:00
parent fbef165233
commit 1a2a5d3d05
2 changed files with 1 additions and 2 deletions

View File

@ -126,7 +126,6 @@ public class MovingData extends ACheckData {
*/ */
public double sfLastYDist = Double.MAX_VALUE; public double sfLastYDist = Double.MAX_VALUE;
public int sfFlyOnIce; public int sfFlyOnIce;
public boolean sfWasInBed;
public long sfCobwebTime; public long sfCobwebTime;
public double sfCobwebVL; public double sfCobwebVL;
public long sfVLTime; public long sfVLTime;

View File

@ -194,7 +194,7 @@ public class MovingListener extends CheckListener{
* |_| |_|\__,_|\__, |\___|_| |____/ \___|\__,_| |_____|_| |_|\__\___|_| * |_| |_|\__,_|\__, |\___|_| |____/ \___|\__,_| |_____|_| |_|\__\___|_|
* |___/ * |___/
*/ */
MovingData.getData(event.getPlayer()).sfWasInBed = true; CombinedData.getData(event.getPlayer()).wasInBed = true;
} }
/** /**