Skip to content
Snippets Groups Projects
Commit 90733c4f authored by DarkGod's avatar DarkGod
Browse files

Disable all connectivity will not disable steam anymore

parent 31b4e40d
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ end
if config.settings.disable_all_connectivity then
core.game.disableConnectivity()
local function void(t) for _, k in ipairs(table.keys(t)) do t[k] = nil end end
if core.steam then void(core.steam) core.steam = nil end
-- if core.steam then void(core.steam) core.steam = nil end
if core.discord then void(core.discord) core.discord = nil end
if core.webview then void(core.webview) core.webview = nil end
if socketcore then void(socketcore) socketcore = nil end
......
......@@ -617,7 +617,6 @@ This includes, but is not limited to:
- Expansions & DLCs: Similarly any and all official expansions to the game works under the same principles as the donator benfits and will thus also be disabled.
- Easy addons downloading & installation: You will not be able to see ingame the list of available addons, nor to one-click install them. You may still do so manually.
- Version checks: Addons will not be checked for new versions.
- Steam: If you are running the game from this this will disable any and all Steam features and services as the game as no way to control what Steam would do.
- Discord: If you use Discord Rich Presence integration this will also be disabled byt this setting.
- Ingame game news: The main menu will stop showing you info about new updates to the game.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment