v1.1.0: fixed a no text found error with potions of mastery

This commit is contained in:
Evan Debenham 2021-12-03 11:57:09 -05:00
parent bf8e22006e
commit 4d643fda6b

View File

@ -65,7 +65,7 @@ public class PotionOfDivineInspiration extends ExoticPotion {
} }
if (allBoosted){ if (allBoosted){
GLog.w(Messages.get(this, "no_more_bonus")); GLog.w(Messages.get(this, "no_more_points"));
return; return;
} }
} }