There's a bullet without my name on it.
This commit is contained in:
@@ -147,7 +147,7 @@ Timestamp Connection::Run(World* world) {
|
||||
}
|
||||
|
||||
out.states.jumping = player->GetIsAirborne();
|
||||
out.states.running = player->GetVelocity().Length() > .5f;
|
||||
out.states.running = player->GetVelocity().Length() > .2f;
|
||||
out.states.still = !out.states.running && !out.states.jumping;
|
||||
out.states.hit = player->m_hit;
|
||||
player->m_hit = false;
|
||||
|
Reference in New Issue
Block a user