mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-16 22:37:34 +00:00
fix: gwsockets detection
This commit is contained in:
parent
22649687f1
commit
e433a1f343
|
@ -13,7 +13,7 @@ local function websocketDLLExist()
|
||||||
return false
|
return false
|
||||||
end
|
end
|
||||||
|
|
||||||
if !websocketDLLExist then
|
if !websocketDLLExist() then
|
||||||
timer.Simple(4, function()
|
timer.Simple(4, function()
|
||||||
gmInte.logHint("GWSockets is not installed !, Syncronize feature will not work !")
|
gmInte.logHint("GWSockets is not installed !, Syncronize feature will not work !")
|
||||||
gmInte.logHint("Please install it from https://github.com/FredyH/GWSockets/releases")
|
gmInte.logHint("Please install it from https://github.com/FredyH/GWSockets/releases")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user