Update disknet.lua

This commit is contained in:
LDDestroier 2019-05-07 21:24:59 -04:00 committed by GitHub
parent 78b190d4a2
commit d666db5125
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ disknet.receive = function(channel)
if not output then
for look = 1, #contents do
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
msgCheckList[contents[look].messageID] = true
output = {}