Ensure DummyCommandBlockSender isnt used for Op.

This commit is contained in:
benwoo1110 2021-04-28 13:58:43 +08:00
parent 28cee291c6
commit 6c96f4e974
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ class DummyCommandBlockSender implements CommandSender {
@Override
public boolean isOp() {
return true;
throw new UnsupportedOperationException();
}
@Override