Fix stuns

This commit is contained in:
David Markowitz
2022-12-18 20:44:30 -08:00
parent 56e3d07669
commit 9cfc126842
3 changed files with 4 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ void AttackDelayBehavior::Handle(BehaviorContext* context, RakNet::BitStream* bi
};
for (auto i = 0u; i < this->m_numIntervals; ++i) {
context->RegisterSyncBehavior(handle, this, branch);
context->RegisterSyncBehavior(handle, this, branch, m_ignoreInterrupts);
}
}