order_cmd.c
changeset 711 11819c4ef994
parent 588 1b60458bdc29
child 712 358ce49745f1
--- a/order_cmd.c	Sat Dec 18 18:58:03 2004 +0000
+++ b/order_cmd.c	Sat Dec 18 21:11:45 2004 +0000
@@ -375,7 +375,7 @@
 	if (!_patches.order_review_system)	//User doesn't want things to be checked
 		return 0;
 
-	if ( (_patches.order_review_system == 1) && (v->vehstatus & VS_STOPPED) )
+	if ( (_patches.order_review_system == 1) && ((v->vehstatus & VS_STOPPED) || (v->vehstatus & VS_CRASHED)) )
 		return 0;
 
 	/* only check every 20 days, so that we don't flood the message log */