Browse Source

update start.bat

ChesTeRcs 5 years ago
parent
commit
9142547e66
1 changed files with 1 additions and 1 deletions
  1. 1 1
      start.bat

+ 1 - 1
start.bat

@@ -2,7 +2,7 @@
 
 where java >nul 2>nul
 if %errorlevel%==1 (
-    @echo Java not found in path.
+    @echo Java not found in path. Download - https://www.java.com/en/download/
 ) else (
     java -jar %~dp0anti-afk-1.0-SNAPSHOT.jar %*
 )