summaryrefslogtreecommitdiff
path: root/script-checker.bat
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2014-03-11 05:06:38 +0100
committerHaru <haru@dotalux.com>2014-03-16 23:21:08 +0100
commit0e58529609ae84540ca340193abf9ca1e8166b72 (patch)
tree28f11daa6e662267e5f1ecd5655cbc46c277c076 /script-checker.bat
parentab878900afdb9c9caa58b7f84f0a12b6283edf2b (diff)
downloadhercules-0e58529609ae84540ca340193abf9ca1e8166b72.tar.gz
hercules-0e58529609ae84540ca340193abf9ca1e8166b72.tar.bz2
hercules-0e58529609ae84540ca340193abf9ca1e8166b72.tar.xz
hercules-0e58529609ae84540ca340193abf9ca1e8166b72.zip
Added --load-script commandline argument
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'script-checker.bat')
-rw-r--r--script-checker.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/script-checker.bat b/script-checker.bat
index e05eda64e..d81277971 100644
--- a/script-checker.bat
+++ b/script-checker.bat
@@ -24,6 +24,6 @@ ECHO.
:LOOP
SET /P SCRIPT="Enter path/to/your/script.txt: " %=%
- map-server.exe --script-check %SCRIPT%
+ map-server.exe --script-check --load-script %SCRIPT%
ECHO.
GOTO LOOP