1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 20:07:29 +08:00

Removed deprecated code. Thanks peppy.

This commit is contained in:
RORIdev 2019-04-03 22:55:09 -03:00
parent ff1815e714
commit 27fe6f610a

View File

@ -41,10 +41,6 @@ namespace osu.Game.Rulesets.Mods
Lives--;
scoreProcessor.Health.Value = 100;
}
else
{
Lives = 2;
}
}
};
}