Remove useless comments
This commit is contained in:
parent
0f5f9538bb
commit
24d12d5b13
1 changed files with 0 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
|||
@ECHO off
|
||||
|
||||
IF NOT EXIST hazedumper.exe (
|
||||
:: Verbose
|
||||
ECHO Download latest release of hazedumper
|
||||
|
||||
:: Download latest release
|
||||
|
@ -21,14 +20,12 @@ IF NOT EXIST hazedumper.exe (
|
|||
)
|
||||
|
||||
IF NOT EXIST config.json (
|
||||
:: Verbose
|
||||
ECHO Download latest config file for CS:GO
|
||||
|
||||
:: Download
|
||||
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)
|
||||
|
||||
:: Generate files
|
||||
|
|
Reference in a new issue