summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Ward <chris@chrisgward.com>2013-12-01 14:49:14 +1100
committerChris Ward <chris@chrisgward.com>2013-12-01 14:49:14 +1100
commita458096123b83c0f1141a30764892f7f9ad7abb1 (patch)
tree7ce5b46761bb22a8955fceb536df5b65afc6f1e0
parent2af5229d4a819872300ef9c839c4c0683a6735d5 (diff)
downloadEssentials-a458096123b83c0f1141a30764892f7f9ad7abb1.tar
Essentials-a458096123b83c0f1141a30764892f7f9ad7abb1.tar.gz
Essentials-a458096123b83c0f1141a30764892f7f9ad7abb1.tar.lz
Essentials-a458096123b83c0f1141a30764892f7f9ad7abb1.tar.xz
Essentials-a458096123b83c0f1141a30764892f7f9ad7abb1.zip
Fix compilation
-rw-r--r--Essentials/src/net/ess3/Teleport.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/Essentials/src/net/ess3/Teleport.java b/Essentials/src/net/ess3/Teleport.java
index 3c85f2ba1..279e76aba 100644
--- a/Essentials/src/net/ess3/Teleport.java
+++ b/Essentials/src/net/ess3/Teleport.java
@@ -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