diff --git a/apps/openmw-mp/Script/Functions/Actors.cpp b/apps/openmw-mp/Script/Functions/Actors.cpp index 909d8a3e6..b0040c625 100644 --- a/apps/openmw-mp/Script/Functions/Actors.cpp +++ b/apps/openmw-mp/Script/Functions/Actors.cpp @@ -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