1
0

git-svn-id: http://mc-server.googlecode.com/svn/trunk@1377 0a769ca7-a7f5-676a-18bf-c427514a06d6

This commit is contained in:
faketruth
2013-04-09 20:28:57 +00:00
parent 46197e3be6
commit cec6bba19f
3 changed files with 5 additions and 5 deletions

View File

@@ -105,7 +105,7 @@ extern "C" void Java_com_mcserver_MCServerActivity_NativeCleanUp( JNIEnv* env,
__android_log_print(ANDROID_LOG_ERROR,"MCServer", "pRoot: %p", pRoot);
if( pRoot != NULL )
{
pRoot->ServerCommand("stop");
pRoot->ExecuteConsoleCommand("stop");
}
}