This commit is contained in:
Evert Prants 2022-04-09 16:23:46 +03:00
parent cfe6e80355
commit 5c8d21626c
Signed by: evert
GPG Key ID: 1688DA83D222D0B5
1 changed files with 1 additions and 1 deletions

View File

@ -89,8 +89,8 @@ export class PlayerEntity extends PonyEntity {
}
public update(dt: number) {
super.update(dt);
this.commitServerUpdate();
super.update(dt);
}
private setFromPacket(packet: Packet) {