[Server] Fix typo causing recursion in deprecated actor list function

pull/515/head
David Cernat 5 years ago
parent 5c4d3df551
commit ece39748de

@ -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…
Cancel
Save