mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-11-25 08:16:24 +01:00
Added a "pause" at the end of the batch startup script for easier debugging
parent
725d3e0208
commit
30ff76de9a
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue