-
Bug
-
Resolution: Works As Intended
-
None
-
Minecraft 14w25b
-
Unconfirmed
-
- Create a scoreboard objective called "Test"
/scoreboard objectives add Test dummy
- Set it to display sidebar
/scoreboard objectives setdisplay sidebar Test
- Set score of fake player Notch for Test to 1
/scoreboard players set Notch Test 1
- Set your score for Test to 2
/scoreboard players set @p Test 2
- Perform this command:
/scoreboard players operation Notch Test > @p Test
- Create a scoreboard objective called "Test"
This will set Notch's score of Test to 2, BUT the question is why:
Because Notch's score of Test is smaller than yours so it is incorrect which should NOT cause to set Notch's score to your score.
Probably they just messed up "<" and ">"