maint(steam_proxy): lower case
This commit is contained in:
parent
3b959ff397
commit
4fac56dfed
@ -40,7 +40,7 @@ public:
|
|||||||
this->clean_up_on_error();
|
this->clean_up_on_error();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
this->start_mod("iw4-sp Singleplayer", 10180);
|
this->start_mod("iw4-sp singleplayer", 10180);
|
||||||
} catch (const std::exception& ex) {
|
} catch (const std::exception& ex) {
|
||||||
printf("Steam: %s\n", ex.what());
|
printf("Steam: %s\n", ex.what());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user