toString() method of TextComponentScore class not creating correct String
The following is based on a decompiled version of Minecraft 1.10 using MCP 9.30.
The bug
The method net.minecraft.util.text.TextComponentScore.toString() is not creating a correct String representation. A space and a comma are missing after the name value and the value field with its value is missing.
Current String (1.10)
ScoreComponent{name='[NAME]'objective='[OBJECTIVE]', siblings=[], style=Style{...}}
Created Issue:
toString() method of TextComponentScore class not creating correct String
The following is based on a decompiled version of Minecraft 1.10 using MCP 9.30.
The bug
The method net.minecraft.util.text.TextComponentScore.toString() is not creating a correct String representation. A space and a comma are missing after the name value and the value field with its value is missing.
Current String (1.10)ScoreComponent{name='[NAME]'objective='[OBJECTIVE]', siblings=[], style=Style{...}}
This does not affect any part of the operation of the game.
It does not, but it is still a bug.
A typo in debug code is hardly a bug.