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:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user