mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-11 23:58:08 -05:00
more consistent/enhanced game penalty messages per issue #171
This commit is contained in:
@ -62,5 +62,9 @@ namespace SharedLibraryCore.Interfaces
|
||||
/// specifies the default dvar values for games that don't support certain dvars
|
||||
/// </summary>
|
||||
IDictionary<string, string> DefaultDvarValues { get; set; }
|
||||
|
||||
int NoticeMaximumLines { get; set; }
|
||||
|
||||
int NoticeMaxCharactersPerLine { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user