fixed task 2
This commit is contained in:
parent
392ab601c2
commit
84303234fd
@ -116,7 +116,7 @@ public class ClansCommand extends CommandBase<ClansManager>
|
||||
forceJoinClan(caller, args[1]);
|
||||
else if (args[0].equalsIgnoreCase("who") || args[0].equalsIgnoreCase("w"))
|
||||
{
|
||||
if (args.length == 2)
|
||||
if (args.length > 1)
|
||||
infoClan(caller, args[1]);
|
||||
else
|
||||
infoClan(caller, null);
|
||||
|
Loading…
Reference in New Issue
Block a user