From 4fac56dfededa6a04ea2590d6e1652e74b9d79fb Mon Sep 17 00:00:00 2001 From: Edo Date: Sat, 27 May 2023 14:20:14 +0200 Subject: [PATCH] maint(steam_proxy): lower case --- src/client/component/steam_proxy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/component/steam_proxy.cpp b/src/client/component/steam_proxy.cpp index 0665afc..2e11643 100644 --- a/src/client/component/steam_proxy.cpp +++ b/src/client/component/steam_proxy.cpp @@ -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()); }