mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
i broke the whole project but its fine
complete pickup rewrite, idle pawns
This commit is contained in:
@@ -243,4 +243,14 @@ void AFortGameStateAthena::OnRep_CurrentPlaylistInfo()
|
||||
if (OnRep_CurrentPlaylistInfo)
|
||||
this->ProcessEvent(OnRep_CurrentPlaylistInfo);
|
||||
}
|
||||
}
|
||||
|
||||
void AFortGameStateAthena::OnRep_PlayersLeft()
|
||||
{
|
||||
static auto OnRep_PlayersLeftFn = FindObject<UFunction>("/Script/FortniteGame.FortGameStateAthena.OnRep_PlayersLeft");
|
||||
|
||||
if (!OnRep_PlayersLeftFn)
|
||||
return;
|
||||
|
||||
this->ProcessEvent(OnRep_PlayersLeftFn);
|
||||
}
|
||||
Reference in New Issue
Block a user