Merge pull request #8792 from GinjaNinja32/runtime

Runtime fixes
This commit is contained in:
Chinsky
2015-04-10 12:24:35 +03:00
2 changed files with 7 additions and 5 deletions
@@ -130,10 +130,11 @@
if (src.stat != 0)
uneq_all()
if(!is_component_functioning("radio"))
radio.on = 0
else
radio.on = 1
if(radio)
if(!is_component_functioning("radio"))
radio.on = 0
else
radio.on = 1
if(is_component_functioning("camera"))
src.blinded = 0