fix issue with delay on map command

This commit is contained in:
RaidMax
2020-10-17 10:47:56 -05:00
parent 40cb2a9df6
commit 2bbafbd8f0
7 changed files with 84 additions and 41 deletions

View File

@ -91,6 +91,8 @@ namespace SharedLibraryCore.Configuration
public string[] GlobalRules { get; set; } = new string[0];
[LocalizedDisplayName("WEBFRONT_CONFIGURATION_DISALLOWED_NAMES")]
public string[] DisallowedClientNames { get; set; } = new string[0];
[LocalizedDisplayName("WEBFRONT_CONFIGURATION_MAP_CHANGE_DELAY")]
public int MapChangeDelaySeconds { get; set; } = 5;
[UIHint("ServerConfiguration")]
public ServerConfiguration[] Servers { get; set; }