diff --git a/src/client/component/steam_proxy.cpp b/src/client/component/steam_proxy.cpp index 1b4a2bb..4bc3f37 100644 --- a/src/client/component/steam_proxy.cpp +++ b/src/client/component/steam_proxy.cpp @@ -42,7 +42,7 @@ namespace steam_proxy #ifndef DEV_BUILD try { - this->start_mod("\xF0\x9F\x90\xA4" " S1x: "s + game::environment::get_string(), game::environment::is_sp() ? 209650 : 209660); + this->start_mod("\xF0\x9F\x94\xB1" " S1x: "s + game::environment::get_string(), game::environment::is_sp() ? 209650 : 209660); } catch (std::exception& e) {