From dc6c429e98c2f725c429cf8c7f9295bdd5a8e30c Mon Sep 17 00:00:00 2001
From: Michael Long <mlong@mlong.us>
Date: Wed, 3 Feb 2021 12:49:06 -0800
Subject: [PATCH] Update sunrise-concentration.js - fix bulletins

---
 xtrn/3rdp-install/sunrise-concentration.js | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/xtrn/3rdp-install/sunrise-concentration.js b/xtrn/3rdp-install/sunrise-concentration.js
index e70023bbf8..2b76940f2a 100644
--- a/xtrn/3rdp-install/sunrise-concentration.js
+++ b/xtrn/3rdp-install/sunrise-concentration.js
@@ -28,10 +28,10 @@ var op = system.operator.split(" ", 2);
 lines[2] = op[0];
 lines[3] = op[1];
 
-lines[7] = gamedir + "srcon.ans";
-lines[8] = gamedir + "srcon.asc";
-lines[9] = gamedir + "srconhof.ans";
-lines[10] = gamedir + "srconhof.asc";
+lines[7] = gamedir + "srcon.asc";
+lines[8] = gamedir + "srcon.ans";
+lines[9] = gamedir + "srconhof.asc";
+lines[10] = gamedir + "srconhof.ans";
 
 for (i in system.node_list) {
 	var nodenum = parseInt(i, 10) + 1;
-- 
GitLab