Skip to content

Commit

Permalink
add GC before server travel
Browse files Browse the repository at this point in the history
  • Loading branch information
GenZmeY committed Jun 27, 2023
1 parent 2293ce4 commit d976e94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SML/Classes/Mut.uc
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ private function ModifyLoad()
`Log_Info("Loader modified, do server travel...");

WorldInfo.ServerTravel(LoadURL, true);
WorldInfo.ForceGarbageCollection(true);
}

private static function String Subst(String Option)
Expand Down

0 comments on commit d976e94

Please sign in to comment.