1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-18 03:10:02 +00:00

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

View File

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