diff --git a/BlockLua-Unsafe.dll b/BlockLua-Unsafe.dll index e6c29ca..e384ec6 100644 Binary files a/BlockLua-Unsafe.dll and b/BlockLua-Unsafe.dll differ diff --git a/BlockLua.dll b/BlockLua.dll index 2752df3..085d008 100644 Binary files a/BlockLua.dll and b/BlockLua.dll differ diff --git a/compile.bat b/compile.bat index 343a7c5..36ddc5e 100644 --- a/compile.bat +++ b/compile.bat @@ -9,5 +9,3 @@ g++ src/bllua4.cpp %buildargs% -o BlockLua.dll && g++ -DBLLUA_UNSAFE src/bllua4. rem objdump -d BlockLua.dll > BlockLua.dll.dump.txt rem objdump -d BlockLua-Unsafe.dll > BlockLua-Unsafe.dll.dump.txt - -pause