Allow TestCasePlayer to instantiate only one ruleset type

This commit is contained in:
Dean Herbert
2017-10-02 17:38:48 +08:00
parent cecfd7b0f3
commit 66afba6219
3 changed files with 24 additions and 12 deletions

View File

@ -38,7 +38,6 @@ namespace osu.Game.Rulesets
protected override void Prepare(bool reset = false)
{
Connection.CreateTable<RulesetInfo>();
if (reset)