mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-01-04 23:07:44 +01:00
These are final.
This commit is contained in:
parent
71316e1f13
commit
a1493a8c71
@ -103,11 +103,11 @@ public class MovingData extends ACheckData {
|
|||||||
public boolean survivalFlyWasInBed;
|
public boolean survivalFlyWasInBed;
|
||||||
|
|
||||||
// Locations shared between all checks.
|
// Locations shared between all checks.
|
||||||
public PlayerLocation from = new PlayerLocation();
|
public final PlayerLocation from = new PlayerLocation();
|
||||||
public Location ground;
|
public Location ground;
|
||||||
public Location setBack;
|
public Location setBack;
|
||||||
public Location teleported;
|
public Location teleported;
|
||||||
public PlayerLocation to = new PlayerLocation();
|
public final PlayerLocation to = new PlayerLocation();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Clear the data of the fly checks.
|
* Clear the data of the fly checks.
|
||||||
|
Loading…
Reference in New Issue
Block a user