mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-25 22:50:27 -05:00
add default port and rcon password hint during setup
This commit is contained in:
@ -28,6 +28,8 @@ namespace IW4MAdmin.Application.RConParsers
|
||||
public int NoticeMaximumLines { get; set; } = 8;
|
||||
public int NoticeMaxCharactersPerLine { get; set; } = 50;
|
||||
public string NoticeLineSeparator { get; set; } = Environment.NewLine;
|
||||
public int? DefaultRConPort { get; set; }
|
||||
public string DefaultInstallationDirectoryHint { get; set; }
|
||||
|
||||
public DynamicRConParserConfiguration(IParserRegexFactory parserRegexFactory)
|
||||
{
|
||||
|
Reference in New Issue
Block a user