Skip to content

Commit

Permalink
fix SafeMutLoader::PostBeginPlay() initialization
Browse files Browse the repository at this point in the history
- this fixes the players list in steam server browser -> server details.
  • Loading branch information
GenZmeY committed Mar 29, 2023
1 parent e2ea9d5 commit 7a6fca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SML/Classes/SafeMutLoader.uc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function PostBeginPlay()

`Log_Trace();

Super.PreBeginPlay();
Super.PostBeginPlay();

RestoreServerActors();

Expand Down

0 comments on commit 7a6fca9

Please sign in to comment.