mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-05 00:31:57 +00:00
fixup champions guild
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user