1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-08-28 08:12:18 +00:00

oneline fix command parsing

(Merged from #17)
This commit is contained in:
hugeblank 2019-10-18 19:14:38 -07:00 committed by parly
parent baa1b5a5c9
commit b920e04c59

View File

@ -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