fix: gwsockets detection

This commit is contained in:
Linventif 2024-06-28 18:46:03 +00:00
parent 22649687f1
commit e433a1f343

View File

@ -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")