src/ai/ai.cpp
changeset 8017 8c46e61c510f
parent 7446 1c4d469f986e
child 8612 6414fc21c2f3
--- a/src/ai/ai.cpp	Sun Sep 02 20:41:46 2007 +0000
+++ b/src/ai/ai.cpp	Tue Sep 04 11:58:27 2007 +0000
@@ -106,7 +106,6 @@
 
 	/* If we did a DC_EXEC, and the command did not return an error, execute it
 	 * over the network */
-	if (flags & DC_AUTO)     procc |= CMD_AUTO;
 	if (flags & DC_NO_WATER) procc |= CMD_NO_WATER;
 
 	/* NetworkSend_Command needs _local_player to be set correctly, so