mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-04-01 09:36:42 +00:00
[Server] Fix typo causing recursion in deprecated actor list function
This commit is contained in:
parent
5c4d3df551
commit
ece39748de
1 changed files with 1 additions and 1 deletions
|
@ -537,7 +537,7 @@ void ActorFunctions::InitializeActorList(unsigned short pid) noexcept
|
||||||
|
|
||||||
void ActorFunctions::CopyLastActorListToStore() noexcept
|
void ActorFunctions::CopyLastActorListToStore() noexcept
|
||||||
{
|
{
|
||||||
CopyLastActorListToStore();
|
CopyReceivedActorListToStore();
|
||||||
}
|
}
|
||||||
|
|
||||||
unsigned int ActorFunctions::GetActorRefNumIndex(unsigned int index) noexcept
|
unsigned int ActorFunctions::GetActorRefNumIndex(unsigned int index) noexcept
|
||||||
|
|
Loading…
Reference in a new issue