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:
@ -728,7 +728,11 @@ namespace SharedLibraryCore
|
||||
index++;
|
||||
}
|
||||
|
||||
return string.Format(output, values);
|
||||
try
|
||||
{
|
||||
return string.Format(output, values);
|
||||
}
|
||||
catch { return input; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Reference in New Issue
Block a user