maint(steam_proxy): lower case

This commit is contained in:
Edo 2023-05-27 14:20:14 +02:00 committed by GitHub
parent 3b959ff397
commit 4fac56dfed

View File

@ -40,7 +40,7 @@ public:
this->clean_up_on_error();
try {
this->start_mod("iw4-sp Singleplayer", 10180);
this->start_mod("iw4-sp singleplayer", 10180);
} catch (const std::exception& ex) {
printf("Steam: %s\n", ex.what());
}