From d9c25a161e62ffd04353fbdb10e2ffa1cfe98039 Mon Sep 17 00:00:00 2001 From: faketruth Date: Wed, 22 Feb 2012 15:35:10 +0000 Subject: Added a crude way of disabling redstone. It's necessary though, redstone is completely broken, crashes the server all the time git-svn-id: http://mc-server.googlecode.com/svn/trunk@312 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cRoot.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/cRoot.h') diff --git a/source/cRoot.h b/source/cRoot.h index a3c3f143b..0b5e9c7af 100644 --- a/source/cRoot.h +++ b/source/cRoot.h @@ -57,6 +57,7 @@ public: int GetTotalChunkCount(void); // tolua_export private: + void LoadGlobalSettings(); void LoadWorlds(); void UnloadWorlds(); -- cgit v1.2.3