1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 07:13:58 -05:00

!setgravatar uses meta service now

update certain prompts to use interpolated strings from translation
update application version
This commit is contained in:
RaidMax
2019-04-09 15:02:49 -05:00
parent c1d879aa25
commit f6de4e6027
9 changed files with 72 additions and 105 deletions

View File

@ -728,7 +728,11 @@ namespace SharedLibraryCore
index++;
}
return string.Format(output, values);
try
{
return string.Format(output, values);
}
catch { return input; }
}
/// <summary>