summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/commands/Commandpweather.java
diff options
context:
space:
mode:
authorIaccidentally <coryhuckaby@gmail.com>2013-04-30 12:57:38 -0400
committerIaccidentally <coryhuckaby@gmail.com>2013-04-30 12:57:38 -0400
commita5001d15ad02904e0022f68f16684e4071c1336b (patch)
tree190dbe56e306b8b90ab1abd2b249c5593cf99973 /Essentials/src/com/earth2me/essentials/commands/Commandpweather.java
parentccc1ca7a049a111f10cd57db8b09ef8a103d40f6 (diff)
downloadEssentials-a5001d15ad02904e0022f68f16684e4071c1336b.tar
Essentials-a5001d15ad02904e0022f68f16684e4071c1336b.tar.gz
Essentials-a5001d15ad02904e0022f68f16684e4071c1336b.tar.lz
Essentials-a5001d15ad02904e0022f68f16684e4071c1336b.tar.xz
Essentials-a5001d15ad02904e0022f68f16684e4071c1336b.zip
Minor cleanup
Diffstat (limited to 'Essentials/src/com/earth2me/essentials/commands/Commandpweather.java')
-rw-r--r--Essentials/src/com/earth2me/essentials/commands/Commandpweather.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/Essentials/src/com/earth2me/essentials/commands/Commandpweather.java b/Essentials/src/com/earth2me/essentials/commands/Commandpweather.java
index 6a7ab954a..a3e1944c4 100644
--- a/Essentials/src/com/earth2me/essentials/commands/Commandpweather.java
+++ b/Essentials/src/com/earth2me/essentials/commands/Commandpweather.java
@@ -1,12 +1,10 @@
package com.earth2me.essentials.commands;
-import com.earth2me.essentials.DescParseTickFormat;
import static com.earth2me.essentials.I18n._;
import com.earth2me.essentials.User;
import java.util.*;
import org.bukkit.Server;
import org.bukkit.WeatherType;
-import org.bukkit.World;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;