diff --git a/Elistria_Calling/Source/Elistria_Calling/Private/Player/MagickPlayerState.cpp b/Elistria_Calling/Source/Elistria_Calling/Private/Player/MagickPlayerState.cpp index 019954c..6078dbc 100644 --- a/Elistria_Calling/Source/Elistria_Calling/Private/Player/MagickPlayerState.cpp +++ b/Elistria_Calling/Source/Elistria_Calling/Private/Player/MagickPlayerState.cpp @@ -71,5 +71,9 @@ void AMagickPlayerState::SetupAbilityActorInfo() ElistriaAbilitySystemComponent->AddAttributeSetSubobject(LevelSet.Get()); } } - +} +void AMagickPlayerState::OnRep_ElistriaAbilitySystemComponent() +{ + // Whenever the ability system component is replicated, we need to refresh the actor info + return; }