Skip to content

Commit

Permalink
Remove error for failing to read attributes.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnchyDev committed Oct 8, 2023
1 parent ee256d5 commit 7cc812e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Attriboost.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ Attriboosts* LoadAttriboostsForPlayer(Player* player)

if (!qResult)
{
LOG_ERROR("module", "Failed to load from 'attriboost_attributes' table.");
return nullptr;
}

Expand Down

0 comments on commit 7cc812e

Please sign in to comment.