Removed unneeded imports and code.

This commit is contained in:
tastybento 2018-09-25 20:05:23 -07:00
parent 3d924c9ffc
commit 0f371f4800
2 changed files with 0 additions and 3 deletions

View File

@ -8,8 +8,6 @@ import org.bukkit.Bukkit;
import org.bukkit.Color;
import org.bukkit.Location;
import org.bukkit.Particle;
import org.bukkit.entity.Player;
import org.bukkit.util.Vector;
import world.bentobox.bentobox.api.commands.CompositeCommand;
import world.bentobox.bentobox.api.user.User;

View File

@ -114,7 +114,6 @@ public class SafeSpotTeleportTest {
when(loc.getBlock()).thenReturn(block);
boolean portal = false;
int homeNumber = 1;
boolean overrideGamemode = true;
new SafeSpotTeleport(plugin, player, loc, "failure message", portal, homeNumber, true);
}