Removed useless = null

This commit is contained in:
Fabrizio La Rosa 2020-06-17 15:11:17 +02:00
parent 466b5ae8c6
commit d63b232453

View File

@ -40,7 +40,7 @@ public class TeleportCommand extends SubCommand {
if (args.length == 1) {
Player targetPlayer = Bukkit.getServer().getPlayer(args[0]);
UUID islandOwnerUUID = null;
UUID islandOwnerUUID;
String targetPlayerName;
if (targetPlayer == null) {