1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

fix extra prompt for server port

change vpn detection failure to warning instead of error
This commit is contained in:
RaidMax
2019-04-18 14:19:50 -05:00
parent 3ab52f0bb8
commit 14531e2184
2 changed files with 3 additions and 3 deletions

View File

@ -92,7 +92,7 @@ namespace SharedLibraryCore.Configuration
}
}
Port = Utilities.PromptInt(Utilities.PromptString(loc["SETUP_SERVER_PORT"]), null, 1, ushort.MaxValue);
Port = Utilities.PromptInt(loc["SETUP_SERVER_PORT"], null, 1, ushort.MaxValue);
Password = Utilities.PromptString(loc["SETUP_SERVER_RCON"]);
AutoMessages = new List<string>();
Rules = new List<string>();