Fixes secret only adding game rules, not starting them (#11005)
This commit is contained in:
@@ -41,6 +41,7 @@ public sealed class StartEndGameRulesTest
|
||||
}
|
||||
|
||||
Assert.That(gameTicker.AddedGameRules, Has.Count.EqualTo(rules.Count));
|
||||
Assert.That(gameTicker.AddedGameRules, Has.Count.EqualTo(gameTicker.StartedGameRules.Count));
|
||||
});
|
||||
|
||||
// Wait three ticks for any random update loops that might happen
|
||||
|
||||
Reference in New Issue
Block a user