diff options
author | Haru <haru@dotalux.com> | 2014-03-11 05:06:38 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2014-03-16 23:21:08 +0100 |
commit | 0e58529609ae84540ca340193abf9ca1e8166b72 (patch) | |
tree | 28f11daa6e662267e5f1ecd5655cbc46c277c076 /script-checker.bat | |
parent | ab878900afdb9c9caa58b7f84f0a12b6283edf2b (diff) | |
download | hercules-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.bat | 2 |
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 |