Class Cleanup for easier navigation
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.massivecraft.factions.cmd.roles;
|
||||
|
||||
public class CmdDemote extends FPromoteCommand {
|
||||
|
||||
public CmdDemote() {
|
||||
aliases.add("demote");
|
||||
this.relative = -1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user