add a delay before checking ranked status
This commit is contained in:
parent
330322dfa0
commit
f596bd4274
@ -29,14 +29,21 @@ public function PreBeginPlay()
|
||||
|
||||
public function PostBeginPlay()
|
||||
{
|
||||
local KFGI_Access KFGIA;
|
||||
|
||||
`Log_Trace();
|
||||
|
||||
Super.PostBeginPlay();
|
||||
|
||||
RestoreServerActors();
|
||||
|
||||
SetTimer(2.0f, false, nameof(CheckStatus));
|
||||
}
|
||||
|
||||
private function CheckStatus()
|
||||
{
|
||||
local KFGI_Access KFGIA;
|
||||
|
||||
`Log_Trace();
|
||||
|
||||
KFGIA = GetKFGIA();
|
||||
if (KFGIA == None)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user