Skip to content

Commit

Permalink
Removed dump
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamKyle committed Dec 4, 2024
1 parent 363728c commit 2d86384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Flare/Services/CharacterRewardService.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public function giveCurrencies(Monster $monster): CharacterRewardService
$this->distributeCopperCoins($monster);

$this->currencyEventReward($monster);
dump($this->character->isLoggedIn(), !$this->character->is_auto_battling);

if (!$this->character->is_auto_battling && $this->character->isLoggedIn()) {
event(new UpdateCharacterCurrenciesEvent($this->character->refresh()));
}
Expand Down

0 comments on commit 2d86384

Please sign in to comment.