From 373dac3204519b964710fdc693dd16c400881e1a Mon Sep 17 00:00:00 2001 From: faketruth Date: Mon, 11 Jun 2012 19:25:55 +0000 Subject: Added implementation of E_PLUGIN_CHUNK_GENERATING lua hook It crashes the server when a plugin actually overrides default behavior though... git-svn-id: http://mc-server.googlecode.com/svn/trunk@594 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cLuaChunk.cpp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 source/cLuaChunk.cpp (limited to 'source/cLuaChunk.cpp') diff --git a/source/cLuaChunk.cpp b/source/cLuaChunk.cpp new file mode 100644 index 000000000..c97595599 --- /dev/null +++ b/source/cLuaChunk.cpp @@ -0,0 +1,4 @@ +#include "Globals.h" + +#include "cLuaChunk.h" + -- cgit v1.2.3