mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-08-30 17:17:55 +00:00
@@ -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
|
||||
|
Reference in New Issue
Block a user