mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Fixed the steamcmd warning about 'Please use force_install_dir before login!'
This commit is contained in:
parent
99da818e3a
commit
e83bb8db3e
10 changed files with 29 additions and 9 deletions
|
|
@ -18,7 +18,7 @@
|
|||
<applicationSettings>
|
||||
<ServerManagerTool.Config>
|
||||
<setting name="SteamCmdInstallServerArgsFormat" serializeAs="String">
|
||||
<value>+login {0} +force_install_dir "{1}" "+app_update {2} {3} {4}" +quit</value>
|
||||
<value>+force_install_dir "{1}" +login {0} "+app_update {2} {3} {4}" +quit</value>
|
||||
</setting>
|
||||
<setting name="ServersInstallPath" serializeAs="String">
|
||||
<value>Servers</value>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue