mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-11-09 12:10:37 +01:00
Use CombinedData.wasInBed !
This commit is contained in:
parent
fbef165233
commit
1a2a5d3d05
@ -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;
|
||||||
|
@ -194,7 +194,7 @@ public class MovingListener extends CheckListener{
|
|||||||
* |_| |_|\__,_|\__, |\___|_| |____/ \___|\__,_| |_____|_| |_|\__\___|_|
|
* |_| |_|\__,_|\__, |\___|_| |____/ \___|\__,_| |_____|_| |_|\__\___|_|
|
||||||
* |___/
|
* |___/
|
||||||
*/
|
*/
|
||||||
MovingData.getData(event.getPlayer()).sfWasInBed = true;
|
CombinedData.getData(event.getPlayer()).wasInBed = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user