first version of recorder

This commit is contained in:
Jeena 2015-03-01 19:32:31 +01:00
parent 81f5990e0c
commit 5d70170ed9
4 changed files with 1725 additions and 17 deletions

View file

@ -52,7 +52,7 @@ function(Parent, Nc, Parser, Settings) {
y: Math.abs(update.p.y - this.player.doll.body.GetPosition().y)
}
if(difference.x < Settings.PUNKBUSTER_DIFFERENCE_METERS
if(true || difference.x < Settings.PUNKBUSTER_DIFFERENCE_METERS
&& difference.y < Settings.PUNKBUSTER_DIFFERENCE_METERS) {
this.player.doll.updatePositionState(update);
} else {