diff --git a/OpenRA.Game/Map.cs b/OpenRA.Game/Map.cs index 3aed19164b..99cf3ac8bb 100644 --- a/OpenRA.Game/Map.cs +++ b/OpenRA.Game/Map.cs @@ -226,7 +226,7 @@ namespace OpenRA Path = toPath; // Create a new map package - // TODO: Add other files (resources, rules) to the entries list + // TODO: Add other files (custom assets) to the entries list Container = FileSystem.CreatePackage(Path, int.MaxValue, entries); }