We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b34bd3 commit 8982499Copy full SHA for 8982499
1 file changed
FASTER/ViewModel/ProfileViewModel.cs
@@ -210,6 +210,7 @@ internal void DeleteProfile()
210
internal void SaveProfile()
211
{
212
string config = Path.Combine(Profile.ArmaPath, "Servers", Profile.Id, "server_config.cfg");
213
+ string advanced = Path.Combine(Profile.ArmaPath, "servers", Profile.Id, "Server_advanced
214
string basic = Path.Combine(Profile.ArmaPath, "Servers", Profile.Id, "server_basic.cfg");
215
string serverProfile = Path.Combine(Profile.ArmaPath, "Servers", Profile.Id, "users", Profile.Id, $"{Profile.Id}.Arma3Profile");
216
0 commit comments