lua: Search for clear requests from the network as well

This commit is contained in:
Holger Hans Peter Freyther 2010-10-20 19:17:11 +02:00
parent def777ae7e
commit fbf87a502d
1 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,9 @@ do
elseif msgtype == 0x03 then
print("Assignment failure")
con[4] = true
elseif msgtype == 0x22 then
print("Clear Request... RF failure?")
con[4] = true
end
end