mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +00:00
first version of recorder
This commit is contained in:
parent
d36e89bacd
commit
1408b6addd
4 changed files with 1725 additions and 17 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue