Fixes string interpolation
This commit is contained in:
parent
42d0b6271f
commit
7d3a0ca265
233 changed files with 758 additions and 690 deletions
|
|
@ -84,7 +84,7 @@ namespace Server.Multis
|
|||
if ( level == DecayLevel.Collapsed )
|
||||
level = DecayLevel.IDOC;
|
||||
|
||||
list.Add( 1062028, String.Format( "#{0}", 1043009 + (int)level ) ); // Condition: This structure is ...
|
||||
list.Add( 1062028, $"#{1043009 + (int) level}"); // Condition: This structure is ...
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue