summaryrefslogtreecommitdiffstats
path: root/MakeLuaAPI.cmd
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 ..