Fixed the spam issue with a real fix.
This commit is contained in:
@@ -12,7 +12,8 @@ public class CmdLogins extends FCommand {
|
||||
this.aliases.add("logout");
|
||||
this.aliases.add("logouts");
|
||||
this.senderMustBePlayer = true;
|
||||
this.senderMustBeMember = true;
|
||||
|
||||
this.senderMustBeMember = true;
|
||||
this.permission = Permission.MONITOR_LOGINS.node;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user