From 5a1135cccb1461ee4932456414299f0026efcabb Mon Sep 17 00:00:00 2001 From: Eben Blaisdell Date: Mon, 7 May 2018 14:09:05 -0400 Subject: [PATCH] dev change --- users/EbMastaJ/strats/mapSweepNormalize.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/users/EbMastaJ/strats/mapSweepNormalize.lua b/users/EbMastaJ/strats/mapSweepNormalize.lua index e49d72c..81a52c8 100644 --- a/users/EbMastaJ/strats/mapSweepNormalize.lua +++ b/users/EbMastaJ/strats/mapSweepNormalize.lua @@ -33,12 +33,12 @@ function onMessage(dir, msg) compassOffset = (compassOffset + 1)%2 -- swap compass offset currentDir = (currentDir+1)%4 -- turn otherAgreesWith[#otherAgreesWith+1] = id - --sendMessage(dir, constructMessage(dir)) + sendMessage(dir, constructMessage(dir)) end else -- if you agree if not checkMembership(otherAgreesWith, id) then -- if you haven't already squared up agreesWith = mergeUnique(agreesWith, otherAgreesWith) - --sendMessage(dir, constructMessage(dir)) + sendMessage(dir, constructMessage(dir)) end end end -- 2.24.1