mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-11-07 03:02:11 +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;
|
||||
|
||||
// Locations shared between all checks.
|
||||
public PlayerLocation from = new PlayerLocation();
|
||||
public final PlayerLocation from = new PlayerLocation();
|
||||
public Location ground;
|
||||
public Location setBack;
|
||||
public Location teleported;
|
||||
public PlayerLocation to = new PlayerLocation();
|
||||
public final PlayerLocation to = new PlayerLocation();
|
||||
|
||||
/**
|
||||
* Clear the data of the fly checks.
|
||||
|
Loading…
Reference in New Issue
Block a user