mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-28 07:07:45 +00:00
fix dumb mistake
This commit is contained in:
parent
439e58bf37
commit
d1016b32da
1 changed files with 1 additions and 1 deletions
|
@ -683,5 +683,5 @@ void Sapphire::World::Navi::NaviProvider::removeAgentUpdateFlag( Sapphire::Entit
|
|||
if( !ag )
|
||||
return;
|
||||
|
||||
ag->params.updateFlags ^= flags;
|
||||
ag->params.updateFlags &= ~flags;
|
||||
}
|
Loading…
Add table
Reference in a new issue