Fixes string interpolation
This commit is contained in:
parent
42d0b6271f
commit
7d3a0ca265
233 changed files with 758 additions and 690 deletions
|
|
@ -64,7 +64,7 @@ namespace Server.SkillHandlers
|
|||
|
||||
if ( map != null )
|
||||
{
|
||||
string message = String.Format( "You notice {0} attempting to peek into {1}'s belongings.", from.Name, root.Name );
|
||||
string message = $"You notice {@from.Name} attempting to peek into {root.Name}'s belongings.";
|
||||
|
||||
IPooledEnumerable<NetState> eable = map.GetClientsInRange( from.Location, 8 );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue