summaryrefslogtreecommitdiffstats
path: root/MakeLuaAPI.cmd
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2014-01-09 09:45:21 +0100
committermadmaxoft <github@xoft.cz>2014-01-09 09:47:16 +0100
commit4a1b78787f3982859efb9f27c5b22ebc21388a43 (patch)
tree9702a1025d1c68938a9325a6c8572fa488effffd /MakeLuaAPI.cmd
parentMerge pull request #517 from derouinw/master (diff)
downloadcuberite-4a1b78787f3982859efb9f27c5b22ebc21388a43.tar
cuberite-4a1b78787f3982859efb9f27c5b22ebc21388a43.tar.gz
cuberite-4a1b78787f3982859efb9f27c5b22ebc21388a43.tar.bz2
cuberite-4a1b78787f3982859efb9f27c5b22ebc21388a43.tar.lz
cuberite-4a1b78787f3982859efb9f27c5b22ebc21388a43.tar.xz
cuberite-4a1b78787f3982859efb9f27c5b22ebc21388a43.tar.zst
cuberite-4a1b78787f3982859efb9f27c5b22ebc21388a43.zip
Diffstat (limited to 'MakeLuaAPI.cmd')
-rw-r--r--MakeLuaAPI.cmd1
1 files changed, 1 insertions, 0 deletions
diff --git a/MakeLuaAPI.cmd b/MakeLuaAPI.cmd
index 6ea44c9fb..7054977a0 100644
--- a/MakeLuaAPI.cmd
+++ b/MakeLuaAPI.cmd
@@ -29,6 +29,7 @@ if "a%ftpsite%" == "a" (
:: Create the API documentation by running the server and stopping it right after it starts:
cd MCServer
+copy /Y settings_apidump.ini settings.ini
echo stop | MCServer
cd ..