removed spammy debug
This commit is contained in:
@@ -88,7 +88,6 @@ if radio and modem then
|
||||
data[3] = textutils.unserialise(data[3])
|
||||
if data[3]._target == os.getComputerID() or data[3]._target == nil then return data[2], data[3], data[4] end
|
||||
elseif data[1] == "modem_message" then
|
||||
print(data[6])
|
||||
max_distance = math.max(data[6] or 0,max_distance)
|
||||
if data[5]._target == os.getComputerID() or data[5]._target == nil and data[3] == 15124 then return data[2], data[5], data[6] end
|
||||
if data[3] == 15125 then
|
||||
|
||||
Reference in New Issue
Block a user