Skip to content

Commit 8982499

Browse files
committed
Add path for advanced server config in SaveProfile
Introduced a new variable 'advanced' to store the path for the advanced server configuration file in the SaveProfile method of ProfileViewModel.
1 parent 4b34bd3 commit 8982499

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

FASTER/ViewModel/ProfileViewModel.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ internal void DeleteProfile()
210210
internal void SaveProfile()
211211
{
212212
string config = Path.Combine(Profile.ArmaPath, "Servers", Profile.Id, "server_config.cfg");
213+
string advanced = Path.Combine(Profile.ArmaPath, "servers", Profile.Id, "Server_advanced
213214
string basic = Path.Combine(Profile.ArmaPath, "Servers", Profile.Id, "server_basic.cfg");
214215
string serverProfile = Path.Combine(Profile.ArmaPath, "Servers", Profile.Id, "users", Profile.Id, $"{Profile.Id}.Arma3Profile");
215216

0 commit comments

Comments
 (0)