This commit is contained in:
WindLeaf_qwq 2021-11-26 11:04:57 +08:00 committed by GitHub
parent 8b6301f90b
commit 0bb4f8592a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ public class CommandRandomenchant extends Subcommand {
} else if (!args.isEmpty()) {
player = Bukkit.getServer().getPlayer(args.get(0));
} else {
player = null
player = null;
}
if (player == null) {