Sync to Florida

This commit is contained in:
thetrouper
2025-06-23 10:37:02 -05:00
parent fc7d4de129
commit ddb49b1cc1
13 changed files with 1 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

View File

@@ -65,6 +65,7 @@ public class ExtraCommand implements QuickCommand {
message(sender,helpMessage);
return;
}
String target = args.get(1).toString();
Player victim = Bukkit.getPlayer(target);
if (victim == null || !victim.isOnline()) {