summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHowaner <franzi.moos@googlemail.com>2014-02-21 14:55:28 +0100
committerHowaner <franzi.moos@googlemail.com>2014-02-21 14:55:28 +0100
commita75575855323c59496d26d89c271641a828e223e (patch)
tree76f5c809f91ee96ba8c3da664af0c9ece7cf51a1
parentAdd 'Group not found', when the Server load the users.ini and add auto generate from users.ini (diff)
downloadcuberite-a75575855323c59496d26d89c271641a828e223e.tar
cuberite-a75575855323c59496d26d89c271641a828e223e.tar.gz
cuberite-a75575855323c59496d26d89c271641a828e223e.tar.bz2
cuberite-a75575855323c59496d26d89c271641a828e223e.tar.lz
cuberite-a75575855323c59496d26d89c271641a828e223e.tar.xz
cuberite-a75575855323c59496d26d89c271641a828e223e.tar.zst
cuberite-a75575855323c59496d26d89c271641a828e223e.zip
-rw-r--r--src/Root.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Root.cpp b/src/Root.cpp
index 8680c0082..af2cb9e4b 100644
--- a/src/Root.cpp
+++ b/src/Root.cpp
@@ -194,7 +194,7 @@ void cRoot::Start(void)
#if !defined(ANDROID_NDK)
LOGD("Starting InputThread...");
m_InputThread = new cThread( InputThread, this, "cRoot::InputThread" );
- m_InputThread->Start( false ); // We should NOT wait? Otherwise we can�t stop the server from other threads than the input thread
+ m_InputThread->Start( false ); // We should NOT wait? Otherwise we can't stop the server from other threads than the input thread
#endif
long long finishmseconds = Time.GetNowTime();