Change to supprot new AcediaCore's events

This commit is contained in:
Anton Tarasenko 2022-07-02 05:27:56 +07:00
parent 824a6e270a
commit 1e9e146a9f

View File

@ -118,6 +118,7 @@ function ServerTraveling(string URL, bool bItems)
default.selfReference = none;
_.environment.DisableAllFeatures();
class'UnrealService'.static.Require().Destroy();
class'ServerLevelCore'.static.GetInstance().Destroy();
if (nextMutator != none) {
nextMutator.ServerTraveling(URL, bItems);
}