forked from mirror/openmw-tes3mp
[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
|
||||
{
|
||||
CopyLastActorListToStore();
|
||||
CopyReceivedActorListToStore();
|
||||
}
|
||||
|
||||
unsigned int ActorFunctions::GetActorRefNumIndex(unsigned int index) noexcept
|
||||
|
|
Loading…
Reference in a new issue