mirror of
https://github.com/gmod-integration/lua.git
synced 2025-07-07 08:23:58 +00:00
fix: add dllExists handling in publicConfig net message
This commit is contained in:
parent
4b453bfde3
commit
0f4c8bdaac
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user