user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit b1fd2ba48b48227a58f3884c5fe019a26cb3c607
parent bdf69cd19895a6fec858fbef86cddc3eb51ed128
Author: claustromaniac <20734810+claustromaniac@users.noreply.github.com>
Date:   Wed, 29 Nov 2017 04:50:01 +0000

minor fix

What would we want a warning that we can't get to read for?

Diffstat:
Mupdater.bat | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/updater.bat b/updater.bat @@ -61,6 +61,8 @@ IF DEFINED _updateb ( ) ELSE ( ECHO. ECHO The [updated] label is reserved. Do not run an [updated] script directly, or rename it to something else before you run it. + PING -n 301 127.0.0.1>nul + EXIT /B ) ) )