Fix infinite while loop issue

This commit is contained in:
Colin McDonald 2016-06-26 21:31:59 -04:00
parent 75aac64e91
commit 8740d32621
1 changed files with 1 additions and 1 deletions

View File

@ -551,7 +551,7 @@ public final class User {
iterator.remove();
}
parent = Rank.findById(otherRank.getInheritsFromId());
parent = Rank.findById(parent.getInheritsFromId());
}
}
}