fixup champions guild

This commit is contained in:
RedSparr0w
2019-10-25 17:36:38 +13:00
parent aa68571818
commit 04f474ed6d
4 changed files with 12 additions and 16 deletions
@@ -633,8 +633,7 @@ public class Client extends Player {
AntiBotting.botCheckInterface(this);
}
if (questPoints > QuestAssistant.MAXIMUM_QUESTPOINTS || playerRights > 2) {
questPoints = QuestAssistant.MAXIMUM_QUESTPOINTS;// check for
// abusers
questPoints = QuestAssistant.MAXIMUM_QUESTPOINTS;// check for abusers
}
if (playerHitpoints < 0) {
isDead = true;