Browse Source

update start.bat

ChesTeRcs 5 năm trước cách đây
mục cha
commit
9142547e66
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 %*
 )