Remove duplicate alias for CmdFactionSetpower

This commit is contained in:
TheComputerGeek2 2018-04-15 16:22:40 -07:00 committed by Magnus Ulf Jørgensen
parent 2c774bbfb4
commit 5fad79b026

View File

@ -18,7 +18,7 @@ public class CmdFactionsSetpower extends FactionsCommand
public CmdFactionsSetpower()
{
// Aliases
this.addAliases("sp", "setpower");
this.addAliases("sp");
// Parameters
this.addParameter(TypeMPlayer.get(), "player");