diff options
-rw-r--r-- | Northstar.Coop/mod.json | 2 | ||||
-rw-r--r-- | Northstar.Custom/mod.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Northstar.Coop/mod.json b/Northstar.Coop/mod.json index f4fafbf9..1e373d3d 100644 --- a/Northstar.Coop/mod.json +++ b/Northstar.Coop/mod.json @@ -1,6 +1,6 @@ { "Name" : "Northstar.Coop", - "Description" : "Allows the singleplayer campaign to be played in multiplayer", + "Description" : "[WIP] Allows the singleplayer campaign to be played in multiplayer", "LoadPriority": 0, diff --git a/Northstar.Custom/mod.json b/Northstar.Custom/mod.json index 2aaa7eb7..de71af58 100644 --- a/Northstar.Custom/mod.json +++ b/Northstar.Custom/mod.json @@ -1,6 +1,6 @@ { "Name" : "Northstar.Custom", - "Description": "(ideally) Polished custom content for Northstar", + "Description": "Custom content for Northstar: extra weapons, gamemodes, etc.", "Version": "1.1.0", "LoadPriority": 1, "RequiredOnClient": true, |