From 7cc812ea1fc83b2847e807ee7e2302103e2a11b6 Mon Sep 17 00:00:00 2001 From: AnchyDev Date: Sun, 8 Oct 2023 12:40:49 +1100 Subject: [PATCH] Remove error for failing to read attributes. --- src/Attriboost.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Attriboost.cpp b/src/Attriboost.cpp index 2c18d34..fc2f25d 100644 --- a/src/Attriboost.cpp +++ b/src/Attriboost.cpp @@ -259,7 +259,6 @@ Attriboosts* LoadAttriboostsForPlayer(Player* player) if (!qResult) { - LOG_ERROR("module", "Failed to load from 'attriboost_attributes' table."); return nullptr; }