remove spurious Standalone flag from mod metadata

This commit is contained in:
Chris Forbes
2011-09-24 21:30:01 +12:00
parent ef71020835
commit 73f4997f6d
5 changed files with 1 additions and 6 deletions

View File

@@ -24,7 +24,6 @@ namespace OpenRA.FileFormats
public string Version;
public string Author;
public string Requires;
public bool Standalone = false;
public static readonly Dictionary<string, Mod> AllMods = ValidateMods(Directory.GetDirectories("mods").Select(x => x.Substring(5)).ToArray());

View File

@@ -3,7 +3,6 @@ Metadata:
Description: OpenRA Reimagining of the classic game
Version: {DEV_VERSION}
Author: The OpenRA Developers
Standalone: true
Folders:
.

View File

@@ -3,7 +3,6 @@ Metadata:
Description: Work in progress d2k port
Version: a0001
Author: The OpenRA Developers
Standalone: true
Folders:
.

View File

@@ -3,7 +3,6 @@ Metadata:
Description: Minimal template for creating a base mod
Version: a0001
Author: The OpenRA Developers
Standalone: true
Folders:
.

View File

@@ -3,7 +3,6 @@ Metadata:
Description: OpenRA Reimagining of the classic game
Version: {DEV_VERSION}
Author: The OpenRA Developers
Standalone: true
Folders:
.