Explorar el Código

[fixed] variable requirement of 0 that should have been 1

hornguy6 hace 3 años
padre
commit
875fcb3f9a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      locations/foto_shoot.qsrc

+ 1 - 1
locations/foto_shoot.qsrc

@@ -173,7 +173,7 @@ if $ARGS[0] = 'model':
 		end
 	end
 	
-	if Fit['FMR'] = 0:
+	if Fit['FMR'] = 1:
 		 act '"I''d like to do a fitness shoot"':gt'foto_shoot','fitness_shoot'
 	end
 end