mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +00:00
fixes #112 finished recorder
This commit is contained in:
parent
dfa71bc8e5
commit
c88afc8b4c
11 changed files with 275 additions and 1765 deletions
|
|
@ -47,9 +47,9 @@ function(Parent, Nc, Parser, Settings) {
|
|||
|
||||
PlayerController.prototype.mePositionStateUpdate = function(update) {
|
||||
|
||||
if(!this.player.doll) {
|
||||
console.warn("me state update, even though doll does not exist");
|
||||
return;
|
||||
if(!this.player.isSpawned()) {
|
||||
// if someone still falls but is dead on the server already
|
||||
return;
|
||||
}
|
||||
|
||||
var difference = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue