Improved error handling for Faction Banning mechanism

This commit is contained in:
danielyxie
2018-11-30 04:19:51 -08:00
parent 4db697fd8e
commit 34af01efdc
4 changed files with 5 additions and 5 deletions
-2
View File
@@ -589,8 +589,6 @@ PlayerObject.prototype.gainIntelligenceExp = function(exp) {
}
if (hasAISF || this.intelligence > 0) {
this.intelligence_exp += exp;
} else {
console.log("Not gaining intelligence experience bc it hasn't been unlocked yet");
}
}