diff options
Diffstat (limited to 'Essentials/src/com/earth2me/essentials/commands/Commandafk.java')
-rw-r--r-- | Essentials/src/com/earth2me/essentials/commands/Commandafk.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Essentials/src/com/earth2me/essentials/commands/Commandafk.java b/Essentials/src/com/earth2me/essentials/commands/Commandafk.java index f42676942..6d9016a31 100644 --- a/Essentials/src/com/earth2me/essentials/commands/Commandafk.java +++ b/Essentials/src/com/earth2me/essentials/commands/Commandafk.java @@ -2,8 +2,8 @@ package com.earth2me.essentials.commands; import static com.earth2me.essentials.I18n._; import com.earth2me.essentials.User; -import org.bukkit.command.CommandSender; import org.bukkit.Server; +import org.bukkit.command.CommandSender; public class Commandafk extends EssentialsCommand |