add a delay before checking ranked status

This commit is contained in:
GenZmeY 2023-09-11 03:32:30 +03:00
parent 330322dfa0
commit d3827c9e5a
Signed by: GenZmeY
GPG Key ID: 424DA4BC3CB2CF39

View File

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