remove spurious Standalone flag from mod metadata
This commit is contained in:
@@ -24,7 +24,6 @@ namespace OpenRA.FileFormats
|
|||||||
public string Version;
|
public string Version;
|
||||||
public string Author;
|
public string Author;
|
||||||
public string Requires;
|
public string Requires;
|
||||||
public bool Standalone = false;
|
|
||||||
|
|
||||||
public static readonly Dictionary<string, Mod> AllMods = ValidateMods(Directory.GetDirectories("mods").Select(x => x.Substring(5)).ToArray());
|
public static readonly Dictionary<string, Mod> AllMods = ValidateMods(Directory.GetDirectories("mods").Select(x => x.Substring(5)).ToArray());
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ Metadata:
|
|||||||
Description: OpenRA Reimagining of the classic game
|
Description: OpenRA Reimagining of the classic game
|
||||||
Version: {DEV_VERSION}
|
Version: {DEV_VERSION}
|
||||||
Author: The OpenRA Developers
|
Author: The OpenRA Developers
|
||||||
Standalone: true
|
|
||||||
|
|
||||||
Folders:
|
Folders:
|
||||||
.
|
.
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ Metadata:
|
|||||||
Description: Work in progress d2k port
|
Description: Work in progress d2k port
|
||||||
Version: a0001
|
Version: a0001
|
||||||
Author: The OpenRA Developers
|
Author: The OpenRA Developers
|
||||||
Standalone: true
|
|
||||||
|
|
||||||
Folders:
|
Folders:
|
||||||
.
|
.
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ Metadata:
|
|||||||
Description: Minimal template for creating a base mod
|
Description: Minimal template for creating a base mod
|
||||||
Version: a0001
|
Version: a0001
|
||||||
Author: The OpenRA Developers
|
Author: The OpenRA Developers
|
||||||
Standalone: true
|
|
||||||
|
|
||||||
Folders:
|
Folders:
|
||||||
.
|
.
|
||||||
@@ -22,4 +21,4 @@ ChromeLayout:
|
|||||||
mods/default/menus.yaml:
|
mods/default/menus.yaml:
|
||||||
|
|
||||||
LoadScreen: NullLoadScreen
|
LoadScreen: NullLoadScreen
|
||||||
ShellmapUid: 95c34889e85a903d7dbb41f13d6c373b44a8b62e
|
ShellmapUid: 95c34889e85a903d7dbb41f13d6c373b44a8b62e
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ Metadata:
|
|||||||
Description: OpenRA Reimagining of the classic game
|
Description: OpenRA Reimagining of the classic game
|
||||||
Version: {DEV_VERSION}
|
Version: {DEV_VERSION}
|
||||||
Author: The OpenRA Developers
|
Author: The OpenRA Developers
|
||||||
Standalone: true
|
|
||||||
|
|
||||||
Folders:
|
Folders:
|
||||||
.
|
.
|
||||||
|
|||||||
Reference in New Issue
Block a user