StyleCop clean OpenRA.Game

This commit is contained in:
Matthias Mailänder
2015-01-04 11:56:13 +01:00
parent d2d715765c
commit bc3acfeee7
345 changed files with 835 additions and 833 deletions

View File

@@ -49,9 +49,9 @@ namespace OpenRA
{
Log.AddChannel("exception", "exception.log");
if (Game.modData != null)
if (Game.ModData != null)
{
var mod = Game.modData.Manifest.Mod;
var mod = Game.ModData.Manifest.Mod;
Log.Write("exception", "{0} Mod at Version {1}", mod.Title, mod.Version);
}