Sfoglia il codice sorgente

I really don't like the online editor

claustromaniac 7 anni fa
parent
commit
c8d7694fd3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      updater.bat

+ 1 - 1
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: