Better emoji :)

This commit is contained in:
Maurice Heumann 2021-04-05 13:53:28 +02:00
parent a85be1e223
commit 8e9dca40ce

View File

@ -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)
{