Replaces types with built-in types.
This commit is contained in:
parent
fee83ce560
commit
22ab83ea9e
98 changed files with 248 additions and 248 deletions
|
|
@ -178,7 +178,7 @@ namespace Server
|
|||
|
||||
public static string FindDataFile( string format, params object[] args )
|
||||
{
|
||||
return FindDataFile( String.Format( format, args ) );
|
||||
return FindDataFile( string.Format( format, args ) );
|
||||
}
|
||||
|
||||
#region Expansions
|
||||
|
|
@ -789,7 +789,7 @@ namespace Server
|
|||
|
||||
public override void WriteLine(string line, params object[] args)
|
||||
{
|
||||
WriteLine(String.Format(line, args));
|
||||
WriteLine(string.Format(line, args));
|
||||
}
|
||||
|
||||
public override Encoding Encoding => Encoding.Default;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue