From 7f2d0c99a732b71036c1594318ddea04b45322b9 Mon Sep 17 00:00:00 2001 From: 20kdc Date: Sun, 19 Mar 2017 21:43:40 +0000 Subject: [PATCH] Uh, actually fix the stupid bug (How did this not get added again?) --- relib.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/relib.lua b/relib.lua index 1bf1a0b..d67a757 100644 --- a/relib.lua +++ b/relib.lua @@ -121,7 +121,6 @@ return function (hostname, transmit, onRReceive, time) -- 2. Are otherwise subject to the same rules as regular packets if unreliable then tp = "\x00" - return end local na = {onSucceed} local attempt = -1