This commit is contained in:
KHobbits 2012-08-07 08:52:57 +01:00
parent a855eaf8d0
commit 3c268312a2

View file

@ -9,6 +9,7 @@ import java.util.concurrent.Future;
import java.util.logging.Logger;
import org.bukkit.World.Environment;
import org.bukkit.*;
import org.bukkit.Warning.WarningState;
import org.bukkit.command.CommandSender;
import org.bukkit.command.ConsoleCommandSender;
import org.bukkit.command.PluginCommand;
@ -753,4 +754,10 @@ public class FakeServer implements Server
{
throw new UnsupportedOperationException("Not supported yet.");
}
@Override
public WarningState getWarningState()
{
throw new UnsupportedOperationException("Not supported yet.");
}
}