From 4a7883a5e3ab3692cb09ba5eebb45cf5a34c4bfa Mon Sep 17 00:00:00 2001 From: faketruth Date: Thu, 16 Feb 2012 22:28:19 +0000 Subject: git-svn-id: http://mc-server.googlecode.com/svn/trunk@281 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cServer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/cServer.cpp') diff --git a/source/cServer.cpp b/source/cServer.cpp index a026a0672..4411dfb78 100644 --- a/source/cServer.cpp +++ b/source/cServer.cpp @@ -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 ) -- cgit v1.2.3