Change help message rank
This commit is contained in:
parent
f7e0bc7d16
commit
84276f68a0
@ -27,7 +27,7 @@ public class InvseeCommand extends CommandBase<InvseeManager>
|
||||
{
|
||||
if (args.length == 0)
|
||||
{
|
||||
UtilPlayer.message(caller, F.help("/invsee <playername/playeruuid>", "View a player's inventory", Rank.ADMIN));
|
||||
UtilPlayer.message(caller, F.help("/invsee <playername/playeruuid>", "View a player's inventory", Rank.CMOD));
|
||||
return;
|
||||
}
|
||||
UUID uuid = null;
|
||||
|
Loading…
Reference in New Issue
Block a user