mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-27 20:07:45 +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;
|
||||
}
|
||||
|
||||
if (getId() == 3) // fix sprint for now
|
||||
return;
|
||||
|
||||
if( m_hitActors.empty() )
|
||||
return;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue