From 30ff76de9a79ff6ffad99c10762ad5d0b4de563d Mon Sep 17 00:00:00 2001 From: EasyClifton <63668444+EasyClifton@users.noreply.github.com> Date: Wed, 29 Jul 2020 10:49:08 +0300 Subject: [PATCH] Added a "pause" at the end of the batch startup script for easier debugging --- Creating-a-Startup-Script.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Creating-a-Startup-Script.md b/Creating-a-Startup-Script.md index d82a525..d819c10 100644 --- a/Creating-a-Startup-Script.md +++ b/Creating-a-Startup-Script.md @@ -7,6 +7,7 @@ Once you have downloaded and placed Geyser into its own folder, you will need to ```batch @echo off java -Xms1024M -jar Geyser.jar +pause ``` * Double-click the **run.bat**, and Geyser should start up. Geyser will generate all the needed files.