From 5f8c20d7631d620aa0d88f4b1e360ab47c130302 Mon Sep 17 00:00:00 2001
From: Rob Swindell <rob@synchro.net>
Date: Sun, 20 Sep 2020 12:17:10 -0700
Subject: [PATCH] Add the config / reset script to the configuration too

---
 xtrn/tw2/install-xtrn.ini | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/xtrn/tw2/install-xtrn.ini b/xtrn/tw2/install-xtrn.ini
index c9613009b7..dbec441035 100644
--- a/xtrn/tw2/install-xtrn.ini
+++ b/xtrn/tw2/install-xtrn.ini
@@ -3,13 +3,19 @@ Desc: A multiplayer game that is a cross between a war game and a space trading
 By: Chris Sherrick, ported to Sync-JS by Deuce (Stephen Hurd)
 Cats: Games
 Subs: Space, War, Trade, Classic, Multiplayer, JavaScript, Port
-Inst: $Id: install-xtrn.ini,v 1.2 2020/04/21 03:25:59 rswindell Exp $
+Inst: 2020/09/20
 
 [prog:TW2]
 cmd  = ?tw2.js
 settings = XTRN_MULTIUSER
 required = true
 
+[prog:TW2-CFG]
+name = Trade Wars v.ii - Configure / Reset
+cats = Operator
+cmd  = ?twint500.js
+ars  = SYSOP
+
 !include install-json-service.ini
 
 [ini:json-service.ini:tw2]
-- 
GitLab