mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2024-11-04 08:59:47 +01:00
Don't check if score is set, just set
This commit is contained in:
parent
e66fb552db
commit
758a46c95d
@ -2518,9 +2518,9 @@ public class ReflectionManager {
|
||||
for (Objective objective : objectives) {
|
||||
Score s = objective.getScore(name);
|
||||
|
||||
if (s.isScoreSet() && s.getScore() == score) {
|
||||
/*if (score == 0 ? s.isScoreSet() : s.getScore() == score) {
|
||||
continue;
|
||||
}
|
||||
}*/
|
||||
|
||||
s.setScore(score);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user