[SPIGOT-173] Wrong Scoreboard criteria used Created: 10/Dec/14 Updated: 10/Dec/14 Resolved: 10/Dec/14 |
|
Status: | Closed |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Minor |
Reporter: | Black Hole | Assignee: | Thinkofname |
Resolution: | Fixed | Votes: | 0 |
Labels: | 1.8, Craftbukkit, Scoreboard |
Description |
When using the criteria "playerKillCount" it counts for "totalKillCount" instead. This is because of missed renames in IScoreboardCriteria. They are used in EntityHuman.b(Entity entity, int i) and EntityPlayer.die(DamageSource damagesource) |
Comments |
Comment by Thinkofname [ 10/Dec/14 ] |
Fixed |
Comment by Black Hole [ 10/Dec/14 ] |
EntityPlayer.die() ist still referencing IScoreboardCriteria.c instead of IScoreboardCriteria.d |
Comment by Black Hole [ 10/Dec/14 ] |
I'm running a custom spigot version, so the output of "/version" is not meaningful. Before I create an issue I'll always update with the spigot repositories and review the code changes. |
Comment by GunfighterJ [ 10/Dec/14 ] |
"Latest" is not a version. |