diff --git a/lua/gmod_integration/core/net/cl_net.lua b/lua/gmod_integration/core/net/cl_net.lua index 24260f0..6f86907 100644 --- a/lua/gmod_integration/core/net/cl_net.lua +++ b/lua/gmod_integration/core/net/cl_net.lua @@ -14,6 +14,7 @@ local netReceive = { gmInte.config = table.Merge(gmInte.config, data.config) gmInte.version = data.other.version gmInte.serverOS = data.other.serverOS + gmInte.dllExists = data.other.dllExists if !gmInte.dllExists then gmInte.openDllInstall() end gmInte.loadTranslations() if gmInte.config.clientBranch != "any" && gmInte.config.clientBranch != BRANCH then gmInte.openWrongBranchPopup() end