mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-28 20:27:46 +00:00
Fix sprint for now.
This commit is contained in:
parent
cab6612285
commit
9b25a84c26
1 changed files with 3 additions and 0 deletions
|
@ -402,6 +402,9 @@ void Action::Action::buildEffects()
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (getId() == 3) // fix sprint for now
|
||||||
|
return;
|
||||||
|
|
||||||
if( m_hitActors.empty() )
|
if( m_hitActors.empty() )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue