mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-12-26 19:17:40 +01:00
Removed unneeded imports and code.
This commit is contained in:
parent
3d924c9ffc
commit
0f371f4800
@ -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;
|
||||
|
@ -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);
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user