Skip to content

Commit

Permalink
Update players.php
Browse files Browse the repository at this point in the history
  • Loading branch information
slawkens committed Jun 28, 2024
1 parent a631760 commit d308114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/pages/players.php
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@
$player->setLossContainers($loss_containers);
$player->setLossItems($loss_items);
}
if ($db->hasColumn('players', 'blessings'))
if ($hasBlessingsColumn)
$player->setBlessings($blessings);

if ($hasBlessingColumn) {
Expand Down

0 comments on commit d308114

Please sign in to comment.