Skip to content

Commit 7329ce4

Browse files
ethomas997raphaelcoeffic
authored andcommitted
Removed references to undeclared 'mspOutOfOrder' variable
1 parent 5e9b26f commit 7329ce4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/SCRIPTS/BF/MSP/common.lua

-2
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,8 @@ function mspReceivedReply(payload)
101101
idx = idx + 1
102102
mspStarted = true
103103
elseif not mspStarted then
104-
mspOutOfOrder = mspOutOfOrder + 1
105104
return nil
106105
elseif bit32.band(mspRemoteSeq + 1, 0x0F) ~= seq then
107-
mspOutOfOrder = mspOutOfOrder + 1
108106
mspStarted = false
109107
return nil
110108
end

0 commit comments

Comments
 (0)