allowed sr. mods to use /we (TEMP)

This commit is contained in:
Ben 2016-03-10 17:38:16 +00:00
parent 0fd0a7fb44
commit c2f6217d9f

View File

@ -10,7 +10,7 @@ public class WorldEventCommand extends MultiCommandBase<WorldEventManager>
{
public WorldEventCommand(WorldEventManager plugin)
{
super(plugin, Rank.CMOD, "worldevent", "we", "event");
super(plugin, Rank.SNR_MODERATOR, "worldevent", "we", "event");
AddCommand(new StartCommand(Plugin));
AddCommand(new ClearCommand(Plugin));
@ -22,3 +22,4 @@ public class WorldEventCommand extends MultiCommandBase<WorldEventManager>
}
}