bugfix again
This commit is contained in:
parent
635c5d577c
commit
2f5c4db818
3 changed files with 10 additions and 4 deletions
|
@ -27,8 +27,10 @@ class Player {
|
|||
|
||||
this.r = 1;
|
||||
|
||||
this.isYou = false;
|
||||
|
||||
this.serverProps = [
|
||||
'type', 'camera','pos','vel','rot','dir','ticks','health','you','isPlayer','headCount','isMenu','r'
|
||||
'type', 'camera','pos','vel','rot','dir','ticks','health','you','isPlayer','headCount','isMenu','r','isYou'
|
||||
];
|
||||
|
||||
this.legalProps = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue