View Single Post
  #5  
Old 08-23-2009, 12:00 PM
Domel
Fire Beetle
 
Join Date: Oct 2008
Location: Washington
Posts: 23
Default

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             }
Reply With Quote