Fix player

This commit is contained in:
Jens Pitkänen 2020-08-07 04:27:09 +03:00
parent 15839cae9e
commit 267cbf6fd9
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ namespace NeonTea.Quakeball.Player {
PreviousPlayerUpdate = Time.time;
WantsToJump = false;
TestingPlayer.QueuePacket(new Net.Packets.PlayerUpdatePckt(Player.MoveDirection, Player.CurrentMoveStyle, Player.Jumping, Player.Pitch, Player.Yaw));
//new Net.Packets.PlayerUpdatePckt(Player.MoveDirection, Player.CurrentMoveStyle, Player.Jumping, Player.Pitch, Player.Yaw);
}
}
}