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