summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Ward <chris@chrisgward.com>2012-12-30 14:18:01 +1100
committerChris Ward <chris@chrisgward.com>2012-12-30 14:18:01 +1100
commit67a6971e5b39785f581c790fcf91bff9945a52cd (patch)
tree02d1221efe9c297feed0ce26249f0a9923927e40
parent72b1b90be474c8859699c0d4af453115bd4e4551 (diff)
downloadEssentials-67a6971e5b39785f581c790fcf91bff9945a52cd.tar
Essentials-67a6971e5b39785f581c790fcf91bff9945a52cd.tar.gz
Essentials-67a6971e5b39785f581c790fcf91bff9945a52cd.tar.lz
Essentials-67a6971e5b39785f581c790fcf91bff9945a52cd.tar.xz
Essentials-67a6971e5b39785f581c790fcf91bff9945a52cd.zip
Fix missing import @gravypod
-rw-r--r--Essentials/src/net/ess3/commands/Commandfly.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/Essentials/src/net/ess3/commands/Commandfly.java b/Essentials/src/net/ess3/commands/Commandfly.java
index 5166a3c26..c870ac0fb 100644
--- a/Essentials/src/net/ess3/commands/Commandfly.java
+++ b/Essentials/src/net/ess3/commands/Commandfly.java
@@ -2,6 +2,7 @@ package net.ess3.commands;
import static net.ess3.I18n._;
import org.bukkit.command.CommandSender;
+import org.bukkit.entity.Player;
import net.ess3.api.IUser;
import net.ess3.permissions.Permissions;