From 045ea41397770df6b742c96bf1de2771ab9ff394 Mon Sep 17 00:00:00 2001 From: m Date: Wed, 21 Feb 2024 19:44:09 -0600 Subject: [PATCH] fix --- src/client/steam/steam.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client/steam/steam.cpp b/src/client/steam/steam.cpp index 9f86d96b..72cac855 100644 --- a/src/client/steam/steam.cpp +++ b/src/client/steam/steam.cpp @@ -91,7 +91,7 @@ namespace steam // someone concluded this can cause issues and from my knowledge, removing this doesn't break anything (unless it does?) // if it does and is discovered, please make a issue <3 -#ifdef 0 + /* for (const auto& callback : callback_list_) { if (callback && callback->get_i_callback() == result.type) @@ -99,7 +99,7 @@ namespace steam callback->run(result.data, false, 0); } } -#endif + */ if (result.data) {