Skip to content

Commit

Permalink
Update CharacterManager.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ScuffedNewt authored Sep 4, 2024
1 parent ba3ca44 commit 0c7e48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Services/CharacterManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -1947,7 +1947,7 @@ private function handleCharacterImage($data, $character, $isMyo = false) {
}
}
$imageData = Arr::only($data, [
'species_id', 'subtype_ids', 'rarity_id', 'use_cropper',
'species_id', 'rarity_id', 'use_cropper',
'x0', 'x1', 'y0', 'y1',
]);
$imageData['use_cropper'] = isset($data['use_cropper']);
Expand Down

0 comments on commit 0c7e48c

Please sign in to comment.