Looks like r933 did it.  
bot.cpp had this removed:
	Code:
	1031            //60 seconds, or whatever the rule is set to has passed, send this position to everyone to avoid ghosting
1032             if(/*global_position_update_timer.Check() && */!moving){
1033                 SendAllPosition();
1034             }