fix SafeMutLoader::PostBeginPlay() initialization

- this fixes the players list in steam server browser -> server details.
This commit is contained in:
GenZmeY 2023-03-30 01:35:59 +03:00
parent e2ea9d5f2a
commit 7a6fca9462

View File

@ -33,7 +33,7 @@ public function PostBeginPlay()
`Log_Trace(); `Log_Trace();
Super.PreBeginPlay(); Super.PostBeginPlay();
RestoreServerActors(); RestoreServerActors();