framework update

This commit is contained in:
Tercio Jose
2022-10-07 11:16:31 -03:00
parent ea9caa1f40
commit f1fa3f5cfe
5 changed files with 127 additions and 102 deletions
+3 -3
View File
@@ -71,7 +71,6 @@
}
local registredPlugins = {}
local temp = {}
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--> comm functions
@@ -444,11 +443,12 @@
return
end
local prefix, player, realm, coreVersion, arg6, arg7, arg8, arg9 = select(2, deserializedTable)
tremove(deserializedTable, 1)
local prefix, player, realm, coreVersion, arg6, arg7, arg8, arg9 = unpack(deserializedTable)
player = source
if (Details.debugnet) then
Details:Msg("(debug) network received:", prefix, "length:", string.len(data))
Details:Msg("(debug) network received prefix:", prefix, "length:", string.len(data))
end
if (type(prefix) ~= "string") then