Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
dc6c429e
Commit
dc6c429e
authored
Feb 03, 2021
by
Michael Long
Browse files
Update sunrise-concentration.js - fix bulletins
parent
1c2e0dcc
Pipeline
#1271
passed with stage
in 11 minutes and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
xtrn/3rdp-install/sunrise-concentration.js
xtrn/3rdp-install/sunrise-concentration.js
+4
-4
No files found.
xtrn/3rdp-install/sunrise-concentration.js
View file @
dc6c429e
...
...
@@ -28,10 +28,10 @@ var op = system.operator.split(" ", 2);
lines
[
2
]
=
op
[
0
];
lines
[
3
]
=
op
[
1
];
lines
[
7
]
=
gamedir
+
"
srcon.a
n
s
"
;
lines
[
8
]
=
gamedir
+
"
srcon.as
c
"
;
lines
[
9
]
=
gamedir
+
"
srconhof.a
n
s
"
;
lines
[
10
]
=
gamedir
+
"
srconhof.as
c
"
;
lines
[
7
]
=
gamedir
+
"
srcon.as
c
"
;
lines
[
8
]
=
gamedir
+
"
srcon.a
n
s
"
;
lines
[
9
]
=
gamedir
+
"
srconhof.as
c
"
;
lines
[
10
]
=
gamedir
+
"
srconhof.a
n
s
"
;
for
(
i
in
system
.
node_list
)
{
var
nodenum
=
parseInt
(
i
,
10
)
+
1
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment