Skip to content

Commit

Permalink
Radar: Hotfix 3
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaiVChr committed Jan 17, 2022
1 parent 584396c commit fc7ad2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nasal/radar/radar-system.nas
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ var AIContact = {
},

isHiddenFromDoppler: func (dopplerRadar = 1) {
return me.getType() == AIR and dopplerRadar?me.hiddenFromDoppler:me.isHiddenFromMono;
return me.getType() == AIR and dopplerRadar?me.hiddenFromDoppler:me.hiddenFromMono;
},

setHiddenFromDoppler: func (dopp, mono) {
Expand Down

0 comments on commit fc7ad2c

Please sign in to comment.