add GC before server travel

This commit is contained in:
GenZmeY 2023-06-28 01:06:21 +03:00
parent 2293ce47e8
commit d976e94696

View File

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