Remove useless comments

This commit is contained in:
Mylloon 2023-04-03 02:42:05 +02:00
parent 0f5f9538bb
commit 24d12d5b13
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -1,7 +1,6 @@
@ECHO off @ECHO off
IF NOT EXIST hazedumper.exe ( IF NOT EXIST hazedumper.exe (
:: Verbose
ECHO Download latest release of hazedumper ECHO Download latest release of hazedumper
:: Download latest release :: Download latest release
@ -21,14 +20,12 @@ IF NOT EXIST hazedumper.exe (
) )
IF NOT EXIST config.json ( IF NOT EXIST config.json (
:: Verbose
ECHO Download latest config file for CS:GO ECHO Download latest config file for CS:GO
:: Download :: Download
curl -kOL https://raw.githubusercontent.com/frk1/hazedumper/master/config.json curl -kOL https://raw.githubusercontent.com/frk1/hazedumper/master/config.json
) )
:: Verbose
ECHO Generate offsets using hazedumper (be sure CS:GO is open and at least on menu screen) ECHO Generate offsets using hazedumper (be sure CS:GO is open and at least on menu screen)
:: Generate files :: Generate files