Преглед изворни кода

[fixed] I missed a bracket

Kevin_Smarts пре 2 година
родитељ
комит
f1d1dd2282
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      locations/pav_clinic.qsrc

+ 1 - 1
locations/pav_clinic.qsrc

@@ -138,7 +138,7 @@ if $ARGS[0] = '':
 			end
 		end
 
-		if (pcs_teeth > -1 and (dentistday + 90 < daystart or dentistday = 0) or (pcs_missing_teeth > 0  and pcs_brace = 0):
+		if (pcs_teeth > -1 and (dentistday + 90 < daystart or dentistday = 0)) or (pcs_missing_teeth > 0  and pcs_brace = 0):
 			act 'Go to the dentist':
 				*clr & cla
 				menu_off = 1