1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-15 11:04:29 +02:00

Fix compilation

This commit is contained in:
Chris Ward
2013-12-01 14:49:14 +11:00
parent 2af5229d4a
commit a458096123

View File

@@ -26,7 +26,7 @@ public class Teleport implements Runnable, ITeleport
private int teleTimer = -1;
private long started; // time this task was initiated
private long tpDelay; // how long to delay the teleport
private int health;
private double health;
// note that I initially stored a clone of the location for reference, but...
// when comparing locations, I got incorrect mismatches (rounding errors, looked like)
// so, the X/Y/Z values are stored instead and rounded off