use table.empty instead of table.isempty. + added compile.sh #1

Closed
Auios wants to merge 9 commits from Auios/BlockLua:master into master
3 changed files with 0 additions and 2 deletions
Showing only changes of commit ac2a1ef1ba - Show all commits

Binary file not shown.

Binary file not shown.

View File

@@ -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.dll > BlockLua.dll.dump.txt
rem objdump -d BlockLua-Unsafe.dll > BlockLua-Unsafe.dll.dump.txt rem objdump -d BlockLua-Unsafe.dll > BlockLua-Unsafe.dll.dump.txt
pause