mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-12-28 11:28:11 +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 int sfFlyOnIce;
|
||||
public boolean sfWasInBed;
|
||||
public long sfCobwebTime;
|
||||
public double sfCobwebVL;
|
||||
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