mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-01-15 23:05:45 -05:00
Typo fix
This commit is contained in:
@@ -159,7 +159,7 @@ enum CombatCommandHeal implements CombatCommandHitType {
|
||||
|
||||
case ACTION: {
|
||||
int currentAction = healed.getAction();
|
||||
int maxAction = health.getMaxAction();
|
||||
int maxAction = healed.getMaxAction();
|
||||
|
||||
if (currentAction == maxAction) {
|
||||
// Pointless to heal action if it's already full
|
||||
|
||||
Reference in New Issue
Block a user