diff options
Diffstat (limited to '')
-rw-r--r-- | source/Globals.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source/Globals.h b/source/Globals.h index 40e80bd79..e536559dd 100644 --- a/source/Globals.h +++ b/source/Globals.h @@ -128,7 +128,9 @@ typedef unsigned short UInt16; #endif #if !defined(ANDROID_NDK) - #define USE_SQUIRREL + // 2012_11_08 _X: Disabled SquirrelVM, because it would crash the server from time to time. + // For details see: http://forum.mc-server.org/showthread.php?tid=610 + // #define USE_SQUIRREL #endif #if defined(ANDROID_NDK) |