Reduce debug commands perm level to support command blocks (#678)
This commit is contained in:
parent
3f28a9e268
commit
d8de125f52
|
@ -40,7 +40,7 @@ public class CommandBloodMagic extends CommandBase
|
|||
@Override
|
||||
public int getRequiredPermissionLevel()
|
||||
{
|
||||
return 3;
|
||||
return 2;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue