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

adds two day ban to drop down on for issue #47

This commit is contained in:
RaidMax
2018-09-13 20:00:41 -05:00
parent 9295f9aa5b
commit 46969fc12f
3 changed files with 9 additions and 6 deletions

View File

@ -29,8 +29,7 @@ namespace SharedLibraryCore.Localization
{
if (!Set.TryGetValue(key, out string value))
{
// throw new Exception($"Invalid locale key {key}");
return $"unknown locale key {key}";
return key;
}
return value;
}