command.c
changeset 2682 94ca0b4dc53f
parent 2645 964bd8fe3ce2
child 2715 0ad451d9264b
--- a/command.c	Sat Nov 19 22:39:16 2005 +0000
+++ b/command.c	Mon Nov 21 14:28:31 2005 +0000
@@ -341,10 +341,6 @@
 
 	if (_docommand_recursive == 0) {
 		_error_message = INVALID_STRING_ID;
-		// update last build coord of player
-		if ( (x|y) != 0 && _current_player < MAX_PLAYERS) {
-			GetPlayer(_current_player)->last_build_coordinate = TileVirtXY(x, y);
-		}
 	}
 
 	_docommand_recursive++;