From 6f449b16a09f79ad48ac0ca96a52670090db6ebe Mon Sep 17 00:00:00 2001 From: m Date: Sat, 20 Jan 2024 21:12:57 -0600 Subject: [PATCH] =?UTF-8?q?change=20to=20=F0=9F=8C=A0=20icon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/component/steam_proxy.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/client/component/steam_proxy.cpp b/src/client/component/steam_proxy.cpp index b93dc5e1..d660c9dd 100644 --- a/src/client/component/steam_proxy.cpp +++ b/src/client/component/steam_proxy.cpp @@ -42,7 +42,7 @@ namespace steam_proxy bool is_disabled() { - static const auto disabled = utils::flags::has_flag("nosteam"); + static const auto disabled = utils::flags::has_flag("nosteam"); // fixes issues for offline Steam play return disabled; } @@ -192,7 +192,7 @@ namespace steam_proxy void post_unpack() override { - if (game::environment::is_dedi() || is_disabled() || !FindWindowA(0, "Steam")) + if (game::environment::is_dedi() || is_disabled()) { return; } @@ -200,7 +200,7 @@ namespace steam_proxy #ifndef DEV_BUILD try { - const auto res = start_mod("\xF0\x9F\x8E\xAE" "IW7-Mod", steam::SteamUtils()->GetAppID()); + const auto res = start_mod("\xF0\x9F\x8C\xA0" "IW7-Mod", steam::SteamUtils()->GetAppID()); switch (res) {