Sync to Florida
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0
libs/NoteBlockAPI-1.6.4-SNAPSHOT.jar
Normal file
0
libs/NoteBlockAPI-1.6.4-SNAPSHOT.jar
Normal file
@@ -65,6 +65,7 @@ public class ExtraCommand implements QuickCommand {
|
|||||||
message(sender,helpMessage);
|
message(sender,helpMessage);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
String target = args.get(1).toString();
|
String target = args.get(1).toString();
|
||||||
Player victim = Bukkit.getPlayer(target);
|
Player victim = Bukkit.getPlayer(target);
|
||||||
if (victim == null || !victim.isOnline()) {
|
if (victim == null || !victim.isOnline()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user