continuation
This commit is contained in:
parent
9ac7b27606
commit
5f054005bb
1 changed files with 1 additions and 1 deletions
|
|
@ -432,7 +432,7 @@ namespace Server
|
|||
m_MultiProcessor = true;
|
||||
|
||||
if( m_MultiProcessor || Is64Bit )
|
||||
Console.WriteLine( "Core: Optimizing for {0} {2}processor{1}", processorCount, processorCount == 1 ? "" : "s", Is64Bit ? "64-bit " : "" );
|
||||
Console.WriteLine( "Core: Optimizing for {0} {2}processor{1}", m_ProcessorCount, m_ProcessorCount == 1 ? "" : "s", Is64Bit ? "64-bit " : "" );
|
||||
|
||||
int platform = (int)Environment.OSVersion.Platform;
|
||||
if ( ( platform == 4 ) || ( platform == 128 ) ) { // MS 4, MONO 128
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue