bugfix again

This commit is contained in:
biglyderv 2024-11-25 14:14:20 -05:00
parent 635c5d577c
commit 2f5c4db818
3 changed files with 10 additions and 4 deletions

View file

@ -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 = [