diff --git a/KoalaBox b/KoalaBox index 44b0553..fe45f9c 160000 --- a/KoalaBox +++ b/KoalaBox @@ -1 +1 @@ -Subproject commit 44b0553105af8a7352def9e879f59e1da26bcba6 +Subproject commit fe45f9c61c6ff227b79c72624d8ab4cb8dc5a403 diff --git a/README.adoc b/README.adoc index d895eb6..5725bdb 100644 --- a/README.adoc +++ b/README.adoc @@ -205,7 +205,7 @@ Default::: `{}` `store_config`:: An object that specifies offsets required for store mode operation. It will override the config fetched from {steam_config}[remote source] or local cache. -Do not modify this value. +Do not modify this value unless you know what you are doing. + [horizontal] Type::: Object (Map of String to Integer) diff --git a/src/store_mode/store.cpp b/src/store_mode/store.cpp index 76b4384..88c7c7d 100644 --- a/src/store_mode/store.cpp +++ b/src/store_mode/store.cpp @@ -119,7 +119,7 @@ namespace store { ); NEW_THREAD({ - koalabox::ipc::init_pipe_server("smoke_api.store_mode", [](const koalabox::ipc::Request& request) { + koalabox::ipc::init_pipe_server("smokeapi.store.steam", [](const koalabox::ipc::Request& request) { koalabox::ipc::Response response; if (request.name < equals > "config::reload") {