Added a "pause" at the end of the batch startup script for easier debugging

EasyClifton 2020-07-29 10:49:08 +03:00
parent 725d3e0208
commit 30ff76de9a

@ -7,6 +7,7 @@ Once you have downloaded and placed Geyser into its own folder, you will need to
```batch ```batch
@echo off @echo off
java -Xms1024M -jar Geyser.jar java -Xms1024M -jar Geyser.jar
pause
``` ```
* Double-click the **run.bat**, and Geyser should start up. Geyser will generate all the needed files. * Double-click the **run.bat**, and Geyser should start up. Geyser will generate all the needed files.