Skip to content

Commit

Permalink
Errant ;
Browse files Browse the repository at this point in the history
  • Loading branch information
LlmDl committed Jan 11, 2024
1 parent 08df609 commit e1f2574
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public void evaluatePlayer(final Player player) {
return;

// Heal and saturate if allowed based on Location.
if (playerAllowedToHealHere(town, TownyAPI.getInstance().getTownBlock(player)));
if (playerAllowedToHealHere(town, TownyAPI.getInstance().getTownBlock(player)))
evaluateHealth(player);
}

Expand Down

0 comments on commit e1f2574

Please sign in to comment.