mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-08-28 08:12:18 +00:00
parent
baa1b5a5c9
commit
b920e04c59
@ -57,7 +57,7 @@ public class TileCommandComputer extends TileComputer
|
||||
@Override
|
||||
public void sendMessage( Text textComponent )
|
||||
{
|
||||
output.put( output.size() + 1, textComponent.asString() );
|
||||
output.put( output.size() + 1, textComponent.getString() );
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user