mirror of
https://github.com/LDDestroier/CC/
synced 2025-05-28 17:44:05 +00:00
Update disknet.lua
This commit is contained in:
parent
78b190d4a2
commit
d666db5125
@ -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 = {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user