These are final.

This commit is contained in:
asofold 2012-09-26 16:41:24 +02:00
parent 71316e1f13
commit a1493a8c71

View File

@ -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.