Skip to content

Commit bebe1c6

Browse files
Fixed internet and remove bot scripts
Found out on qcde discord that wrong master server was listed and that there is a more effectient way to remove bots.
1 parent 44554d2 commit bebe1c6

File tree

2 files changed

+2
-43
lines changed

2 files changed

+2
-43
lines changed

dist/INTERNET.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ echo ""
1313

1414
sv_broadcast false // Whether the server will broadcast to the local area network.
1515
sv_updatemaster true // If set, the server will identify itself to the master server and is broadcasted in the server list. If this variable is false, the server will remain private
16-
masterhostname "master.zandronum.com" // Sets the value for sending discoverable packets to the Zandronum Master Server. When the individual server or clusters of servers are publicly available to the Zandronum player base (whether official or another community), this sends a discovery packet to the server along with other information and notifies that the server(s) are available. Official Zandronum Master Server: master.zandronum.com
16+
masterhostname "master.qzandronum.com" // Sets the value for sending discoverable packets to the Zandronum Master Server. When the individual server or clusters of servers are publicly available to the Zandronum player base (whether official or another community), this sends a discovery packet to the server along with other information and notifies that the server(s) are available. Official Zandronum Master Server: master.zandronum.com

dist/scripts/remove-bots.cfg

Lines changed: 1 addition & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -5,45 +5,4 @@ echo "| Removing all bots |"
55
echo "\===================/"
66
echo ""
77

8-
removebot
9-
removebot
10-
removebot
11-
removebot
12-
removebot
13-
removebot
14-
removebot
15-
removebot
16-
removebot
17-
removebot
18-
removebot
19-
removebot
20-
removebot
21-
removebot
22-
removebot
23-
removebot
24-
removebot
25-
removebot
26-
removebot
27-
removebot
28-
removebot
29-
removebot
30-
removebot
31-
removebot
32-
removebot
33-
removebot
34-
removebot
35-
removebot
36-
removebot
37-
removebot
38-
removebot
39-
removebot
40-
removebot
41-
removebot
42-
removebot
43-
removebot
44-
removebot
45-
removebot
46-
removebot
47-
removebot
48-
removebot
49-
removebot
8+
removebots

0 commit comments

Comments
 (0)