diff options
| author | Darkelarious <darkelarious@333networks.com> | 2016-11-20 19:30:58 +0100 |
|---|---|---|
| committer | Darkelarious <darkelarious@333networks.com> | 2016-11-20 19:30:58 +0100 |
| commit | 702d1898b012d6d992d66b996508610890bf2963 (patch) | |
| tree | 9556d890c4afdb7062f5b63277aa6b3d5c5d9d03 /data | |
| parent | c3f8d65a4fb1f5674557ee67cf7f74369df86ad1 (diff) | |
| download | MasterServer-Perl-702d1898b012d6d992d66b996508610890bf2963.tar.gz MasterServer-Perl-702d1898b012d6d992d66b996508610890bf2963.zip | |
Restore SQLite support
Diffstat (limited to 'data')
| -rwxr-xr-x | data/masterserver-config.pl | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/data/masterserver-config.pl b/data/masterserver-config.pl index fcf6817..8af455a 100755 --- a/data/masterserver-config.pl +++ b/data/masterserver-config.pl @@ -1,7 +1,7 @@ package MasterServer; # -# Last update: Sat 19 Oct 2016 20:23 GMT+1 +# Last update: Sun 20 Nov 2016 19:14 GMT+1 # our (%S, $ROOT); @@ -21,7 +21,7 @@ our %S = ( ################################################################################ # our public display name (shows in "online masterservers" on 333networks.com) - masterserver_hostname => "master.333networks.com (333networks MasterServer)", + masterserver_hostname => "master.333networks.com (333networks MasterServer Template)", # contact details (shows in TCP requests directly from master to master) masterserver_contact => 'Darkelarious -- info@333networks.com', @@ -69,9 +69,6 @@ our %S = ( # disable most messages, except for important events suppress => "udp add update tcp udp delete uplink stat beacon secure utserver hostname kfstat debug", - # print database errors - db_print => 0, - ################################################################################ # Network settings # # # @@ -81,8 +78,8 @@ our %S = ( ################################################################################ # port settings - listen_port => 28900, #28905, # default 28900 - beacon_port => 27900, #28906, # default 27900 + listen_port => 28900, # default 28900 + beacon_port => 27900, # default 27900 # these games require a special hex format instead of \ip\ip:port\ # if the current protocol is correct, you don't need to touch this ever. |
