From f7ef93611cb2429ec3f1f5f77befcd1b5647be37 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Thu, 8 Nov 2012 19:09:35 +0000 Subject: Removed the SquirrelVM. It has been crashing the server. http://forum.mc-server.org/showthread.php?tid=610 git-svn-id: http://mc-server.googlecode.com/svn/trunk@1024 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/Globals.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source/Globals.h') 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) -- cgit v1.2.3