This commit is contained in:
parent
a8ea11ea5b
commit
dd3c904944
1 changed files with 3 additions and 0 deletions
|
|
@ -64,6 +64,9 @@ namespace Server.Commands
|
|||
|
||||
public static void WriteLine( Mobile from, string format, params object[] args )
|
||||
{
|
||||
if ( !m_Enabled )
|
||||
return;
|
||||
|
||||
WriteLine( from, String.Format( format, args ) );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue