Change to supprot new AcediaCore's events
This commit is contained in:
parent
824a6e270a
commit
1e9e146a9f
@ -118,6 +118,7 @@ function ServerTraveling(string URL, bool bItems)
|
|||||||
default.selfReference = none;
|
default.selfReference = none;
|
||||||
_.environment.DisableAllFeatures();
|
_.environment.DisableAllFeatures();
|
||||||
class'UnrealService'.static.Require().Destroy();
|
class'UnrealService'.static.Require().Destroy();
|
||||||
|
class'ServerLevelCore'.static.GetInstance().Destroy();
|
||||||
if (nextMutator != none) {
|
if (nextMutator != none) {
|
||||||
nextMutator.ServerTraveling(URL, bItems);
|
nextMutator.ServerTraveling(URL, bItems);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user