Skip to content

Commit 40950f7

Browse files
authored
Fix ase description default value in mtaserver.conf and mtaserver.conf.template (#2995)
1 parent 2a84701 commit 40950f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Server/mods/deathmatch/mtaserver.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<!-- This parameter can be used to make the server report to Game-Monitor master servers, allowing it to
9797
be visible in the ingame server browser. An additional UDP port needs to be available for this to
9898
work (value from <serverport> + 123 , so on a default <serverport> value 22003 the right port
99-
will be 22126 ). Available values: 0 - disabled , 1 - enabled. Optional parameter, defaults to 0. -->
99+
will be 22126 ). Available values: 0 - disabled , 1 - enabled. Optional parameter, defaults to 1. -->
100100
<ase>1</ase>
101101

102102
<!-- This parameter allows you to disable LAN broadcasting. -->

Server/mods/deathmatch/mtaserver.conf.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ R"=====(
9898
<!-- This parameter can be used to make the server report to Game-Monitor master servers, allowing it to
9999
be visible in the ingame server browser. An additional UDP port needs to be available for this to
100100
work (value from <serverport> + 123 , so on a default <serverport> value 22003 the right port
101-
will be 22126 ). Available values: 0 - disabled , 1 - enabled. Optional parameter, defaults to 0. -->
101+
will be 22126 ). Available values: 0 - disabled , 1 - enabled. Optional parameter, defaults to 1. -->
102102
<ase>1</ase>
103103

104104
<!-- This parameter allows you to disable LAN broadcasting. -->

0 commit comments

Comments
 (0)