We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbbdc6a commit 262948aCopy full SHA for 262948a
gamemode/core/libs/sv_networking.lua
@@ -38,7 +38,7 @@ end
38
39
function SetNetVar(key, value, receiver) -- luacheck: globals SetNetVar
40
if (CheckBadType(key, value)) then return end
41
- if (GetNetVar(key) == value) then return end
+ if (GetNetVar(key) == value and !istable(value)) then return end
42
43
ix.net.globals[key] = value
44
0 commit comments