mirror of
https://gitlab.com/phoenix-dvpmt/mmocore.git
synced 2025-02-10 12:41:23 +01:00
Debug /guild accept or deny command.
This commit is contained in:
parent
e7815b09f2
commit
f3152c776e
@ -39,7 +39,7 @@ public class GuildCommand extends BukkitCommand {
|
|||||||
Bukkit.getServer().getPluginManager().callEvent(event);
|
Bukkit.getServer().getPluginManager().callEvent(event);
|
||||||
if (event.isCancelled()) return true;
|
if (event.isCancelled()) return true;
|
||||||
|
|
||||||
if (args.length > 1) {
|
if (args.length >= 1) {
|
||||||
|
|
||||||
final @Nullable GuildInvite invite;
|
final @Nullable GuildInvite invite;
|
||||||
if (args.length > 1)
|
if (args.length > 1)
|
||||||
|
Loading…
Reference in New Issue
Block a user