user.js

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

commit c8d7694fd3c04e21eaa524d9019ab11388430f87
parent 343f77c5e9fde9190ec7a67f7acb9232e6ee37ee
Author: claustromaniac <20734810+claustromaniac@users.noreply.github.com>
Date:   Tue, 16 Jan 2018 11:13:07 -0300

I really don't like the online editor
Diffstat:
Mupdater.bat | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/updater.bat b/updater.bat @@ -171,7 +171,7 @@ IF EXIST user.js.new ( CALL :message "Update completed without changes." ) ELSE ( REN user.js.new user.js - REN CALL :message "Update complete." + CALL :message "Update complete." ) ) ECHO: