Skip to content

Commit

Permalink
Fixed an issue with checking for exploration when doing faction hande…
Browse files Browse the repository at this point in the history
…ling
  • Loading branch information
AdamKyle committed Jan 12, 2024
1 parent 92c83ed commit a60c02b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function handleFaction(Character $character, Monster $monster): void {
*/
protected function handleFactionPoints(Character $character, Monster $monster, GuideQuestService $guideQuestService): void {

if ($character->currentAutomations()->isNotEmpty()) {
if ($character->currentAutomations->isNotEmpty()) {
return;
}

Expand Down

0 comments on commit a60c02b

Please sign in to comment.