Skip to content

Commit

Permalink
Fix newline at end of line
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando-A-Rocha committed Oct 3, 2024
1 parent bf12328 commit ed0d19a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Server/mods/deathmatch/editor.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<!-- A comma separated list of languages that the server supports (e.g. en). -->
<rule name="languages" value="" />

<!-- tags: A comma separated list of tags that describe the server (e.g. freeroam, roleplay). -->
<!-- A comma separated list of tags that describe the server (e.g. freeroam,roleplay). -->
<rule name="tags" value="" />

<!-- The URL of the server's website. -->
Expand Down Expand Up @@ -303,4 +303,4 @@
<resource src="ipb" startup="1" protected="0"/>
<resource src="parachute" startup="1" protected="0"/>

</config>
</config>
4 changes: 2 additions & 2 deletions Server/mods/deathmatch/local.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<!-- A comma separated list of languages that the server supports (e.g. en). -->
<rule name="languages" value="" />

<!-- tags: A comma separated list of tags that describe the server (e.g. freeroam, roleplay). -->
<!-- A comma separated list of tags that describe the server (e.g. freeroam,roleplay). -->
<rule name="tags" value="" />

<!-- The URL of the server's website. -->
Expand Down Expand Up @@ -317,4 +317,4 @@
<!-- play is the default freeroam gamemode. Remove the following line to prevent it from starting. -->
<resource src="play" startup="1" protected="0"/>

</config>
</config>
4 changes: 2 additions & 2 deletions Server/mods/deathmatch/mtaserver.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<!-- A comma separated list of languages that the server supports (e.g. en). -->
<rule name="languages" value="" />

<!-- tags: A comma separated list of tags that describe the server (e.g. freeroam, roleplay). -->
<!-- A comma separated list of tags that describe the server (e.g. freeroam,roleplay). -->
<rule name="tags" value="" />

<!-- The URL of the server's website. -->
Expand Down Expand Up @@ -331,4 +331,4 @@
<resource src="play" startup="1" protected="0"/>


</config>
</config>
4 changes: 2 additions & 2 deletions Server/mods/deathmatch/mtaserver.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!-- A comma separated list of languages that the server supports (e.g. en). -->
<rule name="languages" value="" />

<!-- tags: A comma separated list of tags that describe the server (e.g. freeroam, roleplay). -->
<!-- A comma separated list of tags that describe the server (e.g. freeroam,roleplay). -->
<rule name="tags" value="" />

<!-- The URL of the server's website. -->
Expand Down Expand Up @@ -299,4 +299,4 @@
Max events per interval range: 1 to 1000. Default: 100 -->
<player_triggered_event_interval>1000</player_triggered_event_interval>
<max_player_triggered_events_per_interval>100</max_player_triggered_events_per_interval>
</config>
</config>

0 comments on commit ed0d19a

Please sign in to comment.