Separate game rule enabling and game rule starting (#6168)
This commit is contained in:
@@ -202,14 +202,14 @@ public class TraitorDeathMatchRuleSystem : GameRuleSystem
|
||||
ev.AddLine(string.Join('\n', lines));
|
||||
}
|
||||
|
||||
public override void Added()
|
||||
public override void Started()
|
||||
{
|
||||
_restarter.RoundMaxTime = TimeSpan.FromMinutes(30);
|
||||
_restarter.RestartTimer();
|
||||
_safeToEndRound = true;
|
||||
}
|
||||
|
||||
public override void Removed()
|
||||
public override void Ended()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user