Retrieve identifier names for debugging.
This commit is contained in:
@@ -31,7 +31,7 @@ namespace Cryville.Crtr {
|
||||
bool flag = false;
|
||||
string result = "";
|
||||
foreach (var s in GetFormattedScoreStrings()) {
|
||||
result += string.Format(flag ? "\n{0}: {1}" : "{0}: {1}", s.Key, s.Value);
|
||||
result += string.Format(flag ? "\n{0}: {1}" : "{0}: {1}", IdentifierManager.SharedInstance.Retrieve(s.Key), s.Value);
|
||||
flag = true;
|
||||
}
|
||||
return result;
|
||||
|
Reference in New Issue
Block a user