mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 06:27:45 +00:00
fixes no.2
This commit is contained in:
parent
8f012777a2
commit
dd9cb1aae3
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ void Sapphire::Network::GameConnection::updatePositionHandler( FrameworkPtr pFw,
|
||||||
|
|
||||||
bool shouldSend = true;
|
bool shouldSend = true;
|
||||||
|
|
||||||
if( animationType & MoveType::Strafing)
|
if( animationType & MoveType::Strafing )
|
||||||
{
|
{
|
||||||
if( animationType & MoveType::Walking )
|
if( animationType & MoveType::Walking )
|
||||||
headRotation = 0xFF;
|
headRotation = 0xFF;
|
||||||
|
|
Loading…
Add table
Reference in a new issue