Remove oramod package support.

This commit is contained in:
Paul Chote
2017-03-18 12:39:20 +00:00
parent 5d5fd7a0e8
commit e984c98565
2 changed files with 0 additions and 7 deletions

View File

@@ -50,8 +50,6 @@ namespace OpenRA.FileSystem
return new ZipFile(this, filename);
if (filename.EndsWith(".oramap", StringComparison.InvariantCultureIgnoreCase))
return new ZipFile(this, filename);
if (filename.EndsWith(".oramod", StringComparison.InvariantCultureIgnoreCase))
return new ZipFile(this, filename);
if (filename.EndsWith(".RS", StringComparison.InvariantCultureIgnoreCase))
return new D2kSoundResources(this, filename);
if (filename.EndsWith(".Z", StringComparison.InvariantCultureIgnoreCase))