Fix fallback preset DisallowLateJoin not being taken into account
This commit is contained in:
@@ -300,6 +300,9 @@ namespace Content.Server.GameTicking
|
|||||||
{
|
{
|
||||||
throw new ApplicationException("Fallback preset failed to start!");
|
throw new ApplicationException("Fallback preset failed to start!");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
DisallowLateJoin = false;
|
||||||
|
DisallowLateJoin |= newPreset.DisallowLateJoin;
|
||||||
}
|
}
|
||||||
|
|
||||||
_roundStartTimeSpan = IoCManager.Resolve<IGameTiming>().RealTime;
|
_roundStartTimeSpan = IoCManager.Resolve<IGameTiming>().RealTime;
|
||||||
|
|||||||
Reference in New Issue
Block a user