Always accept command output for command computers

Fixes #799
This commit is contained in:
Jonathan Coates 2021-05-31 19:36:43 +01:00
parent 8ff8b78ed8
commit d5be1aca0e
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ public void sendMessage( @Nonnull ITextComponent textComponent )
@Override
public boolean acceptsSuccess()
{
return getLevel().getGameRules().getBoolean( GameRules.RULE_SENDCOMMANDFEEDBACK );
return true;
}
@Override