Radar: bug fix

This commit is contained in:
Sidi Liang 2020-05-05 08:31:39 +08:00
parent 0364670fdb
commit e417b9bb1d
No known key found for this signature in database
GPG Key ID: 79F0A6B20B72F42F
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ var Radar = {
stop: func(){
if(me.warnEnabled){
print("Parking radar stopped!");
playAudio("parking_radar_init.wav");
#playAudio("parking_radar_init.wav");
}else{
#print("Radar Stopped!");
}