mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-01-26 01:01:22 +01:00
bruh
This commit is contained in:
parent
8b6301f90b
commit
0bb4f8592a
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user