mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2024-11-07 03:00:29 +01:00
Removed useless = null
This commit is contained in:
parent
466b5ae8c6
commit
d63b232453
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user