Debug /guild accept or deny command.

This commit is contained in:
Ka0rX 2023-01-04 13:22:56 +01:00
parent e7815b09f2
commit f3152c776e

View File

@ -39,7 +39,7 @@ public class GuildCommand extends BukkitCommand {
Bukkit.getServer().getPluginManager().callEvent(event);
if (event.isCancelled()) return true;
if (args.length > 1) {
if (args.length >= 1) {
final @Nullable GuildInvite invite;
if (args.length > 1)