From d646c81eb7e33970d75d8f143fcfb15cb581b9dc Mon Sep 17 00:00:00 2001 From: Mattes D Date: Tue, 30 Jun 2015 09:51:19 +0200 Subject: Removed the MakeLuaAPI script. It has been superseded by feeding commands to the server directly via stdin. --- compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compile.sh') diff --git a/compile.sh b/compile.sh index 1e965aecc..9ef6d6149 100755 --- a/compile.sh +++ b/compile.sh @@ -1,7 +1,7 @@ #|| goto :windows_detected # Do we already have a repo? -if [[ -d .git && -f easyinstall.sh && -f MakeLuaAPI.cmd ]]; then # A good enough indicator that we're in the MCServer git repo. +if [[ -d .git && -f easyinstall.sh && -f src/BlockArea.cpp ]]; then # A good enough indicator that we're in the MCServer git repo. cd ../ echo "MCServer repository detected. This should make the process faster, especially if you compiled before." fi -- cgit v1.2.3