TestClient cleanup

This commit is contained in:
Cinder
2022-02-25 19:38:11 -06:00
parent 3fe7b935e7
commit 781a63c307
84 changed files with 385 additions and 408 deletions

View File

@@ -48,7 +48,7 @@ namespace OpenMetaverse.TestClient
Client.Self.InstantMessage(
Client.MasterKey, "You are now my master. IM me with \"help\" for a command list.");
return String.Format("Master set to {0} ({1})", masterName, Client.MasterKey.ToString());
return $"Master set to {masterName} ({Client.MasterKey.ToString()})";
}
private void KeyResolvHandler(object sender, DirPeopleReplyEventArgs e)