From 59c12c2a319ddcfa512db5750a600377e50fc35a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sat, 28 Jun 2014 09:51:50 +0200 Subject: [PATCH] now that we check actors and players we can't exclude them --- OpenRA.Lint/YamlChecker.cs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/OpenRA.Lint/YamlChecker.cs b/OpenRA.Lint/YamlChecker.cs index bfebb0d566..ba7b1944aa 100644 --- a/OpenRA.Lint/YamlChecker.cs +++ b/OpenRA.Lint/YamlChecker.cs @@ -68,14 +68,6 @@ namespace OpenRA.Lint foreach (var testMap in maps) { - if (testMap.RuleDefinitions.Count < 1) - { - if (verbose) - Console.WriteLine("No custom rules detected. Omitting Map: {0}".F(testMap.Title)); - - continue; - } - if (verbose) Console.WriteLine("Map: {0}".F(testMap.Title)); testMap.PreloadRules();