Skip to content

Commit

Permalink
And this one, wow, I suck
Browse files Browse the repository at this point in the history
  • Loading branch information
SpeedyD authored Sep 2, 2024
1 parent d2e47fd commit b4ea3bd
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 @@ -1948,7 +1948,7 @@ private function handleCharacterImage($data, $character, $isMyo = false) {
}
}
$imageData = Arr::only($data, [
'species_id', 'subtype_id', 'rarity_id', 'use_cropper',
'species_id', 'subtype_ids', 'rarity_id', 'use_cropper',
'x0', 'x1', 'y0', 'y1', 'content_warnings',
]);
$imageData['use_cropper'] = isset($data['use_cropper']);
Expand Down

0 comments on commit b4ea3bd

Please sign in to comment.