summaryrefslogtreecommitdiffstats
path: root/MakeLuaAPI.cmd
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-12-28 09:44:14 +0100
committermadmaxoft <github@xoft.cz>2013-12-28 09:44:14 +0100
commit06dbc783fe7408c58ebcdeccc87ddcde878f22f2 (patch)
tree46f26d0d7990c625a32123f98f5f2186716c3563 /MakeLuaAPI.cmd
parentAPIDump: Added the SettingUpDecoda article. (diff)
downloadcuberite-06dbc783fe7408c58ebcdeccc87ddcde878f22f2.tar
cuberite-06dbc783fe7408c58ebcdeccc87ddcde878f22f2.tar.gz
cuberite-06dbc783fe7408c58ebcdeccc87ddcde878f22f2.tar.bz2
cuberite-06dbc783fe7408c58ebcdeccc87ddcde878f22f2.tar.lz
cuberite-06dbc783fe7408c58ebcdeccc87ddcde878f22f2.tar.xz
cuberite-06dbc783fe7408c58ebcdeccc87ddcde878f22f2.tar.zst
cuberite-06dbc783fe7408c58ebcdeccc87ddcde878f22f2.zip
Diffstat (limited to 'MakeLuaAPI.cmd')
-rw-r--r--MakeLuaAPI.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/MakeLuaAPI.cmd b/MakeLuaAPI.cmd
index 80bb206d4..6ea44c9fb 100644
--- a/MakeLuaAPI.cmd
+++ b/MakeLuaAPI.cmd
@@ -38,7 +38,7 @@ cd ..
:: Upload the API to the web:
-ncftpput -p %ftppass% -u %ftpuser% -T temp_ %ftpsite% /LuaAPI MCServer/API/*.*
+ncftpput -p %ftppass% -u %ftpuser% -T temp_ -R %ftpsite% /LuaAPI MCServer/API/*.*
if errorlevel 1 goto haderror
echo Upload finished.