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

This commit is contained in:
David Cernat 2019-03-20 17:01:21 +02:00
parent 5c4d3df551
commit ece39748de

View file

@ -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