git-svn-id: http://mc-server.googlecode.com/svn/trunk@281 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
@@ -471,7 +471,7 @@ void cServer::ServerCommand( const char * a_Cmd )
|
||||
return false;
|
||||
}
|
||||
} Logger;
|
||||
cRoot::Get()->GetWorld()->ForEachPlayer(&Logger);
|
||||
cRoot::Get()->GetWorld()->ForEachPlayer(Logger);
|
||||
return;
|
||||
}
|
||||
if( split[0].compare( "numchunks" ) == 0 )
|
||||
|
||||
Reference in New Issue
Block a user