Changed conf file names to not overwrite your conf files.

This commit is contained in:
hondacrx
2017-06-22 12:50:35 -04:00
parent bedfbd46e8
commit 1a39a0b628
4 changed files with 7 additions and 7 deletions
@@ -90,7 +90,7 @@ WrongPass.BanType = 0
# section my.ini)
# ".;/path/to/unix_socket;username;password;database" - (use Unix sockets on
# Unix/Linux)
# Default: "127.0.0.1;3306;cypher;cypher;auth"
# Default: "127.0.0.1;3306;username;password;auth"
LoginDatabaseInfo = "127.0.0.1;3306;username;password;auth"
+1 -1
View File
@@ -130,7 +130,7 @@
<Content Include="Red.ico" />
</ItemGroup>
<ItemGroup>
<None Include="BNetServer.conf">
<None Include="BNetServer.conf.dist">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>