Fixed the spam issue with a real fix.
This commit is contained in:
@@ -23,7 +23,8 @@ public class CmdSetFWarp extends FCommand {
|
||||
|
||||
this.senderMustBeMember = true;
|
||||
this.senderMustBeModerator = false;
|
||||
this.senderMustBePlayer = true;
|
||||
|
||||
this.senderMustBePlayer = true;
|
||||
|
||||
this.permission = Permission.SETWARP.node;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user