mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2025-12-05 21:15:39 -05:00
Changed pipe name
This commit is contained in:
2
KoalaBox
2
KoalaBox
Submodule KoalaBox updated: 44b0553105...fe45f9c61c
@@ -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)
|
||||
|
||||
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user