mirror of
https://github.com/LDDestroier/CC/
synced 2025-11-07 02:43:00 +00:00
Update disknet.lua
This commit is contained in:
@@ -173,7 +173,7 @@ disknet.receive = function(channel)
|
|||||||
if not output then
|
if not output then
|
||||||
for look = 1, #contents do
|
for look = 1, #contents do
|
||||||
if (contents[look].uniqueID ~= uniqueID) and (not msgCheckList[contents[look].messageID]) then
|
if (contents[look].uniqueID ~= uniqueID) and (not msgCheckList[contents[look].messageID]) then
|
||||||
if (not conetnts[look].recipient) or contents[look].recipient == yourID then
|
if (not contents[look].recipient) or contents[look].recipient == yourID then
|
||||||
if getTime() - (contents[look].time or 0) <= 0.001 then
|
if getTime() - (contents[look].time or 0) <= 0.001 then
|
||||||
msgCheckList[contents[look].messageID] = true
|
msgCheckList[contents[look].messageID] = true
|
||||||
output = {}
|
output = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user