From d286f1628eeb21504220841a18469e17662330fa Mon Sep 17 00:00:00 2001
From: dragon <52032586+eternalcomet@users.noreply.github.com>
Date: Thu, 11 Aug 2022 12:59:36 +0800
Subject: [PATCH] Update install_without_dependencies.sh

adapt to pr #1605 .(because this pr remove '-handbook' and '-gachamap' launch arguments as these are generated on startup)
---
 install_without_dependencies.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/install_without_dependencies.sh b/install_without_dependencies.sh
index 792d6d24..01b79b24 100644
--- a/install_without_dependencies.sh
+++ b/install_without_dependencies.sh
@@ -212,8 +212,7 @@ echo "-=-=-=-=-=--- !! IMPORTANT !! ---=-=-=-=-=-"
 echo "Please make sure that ports 80, 443, 8888 and 22102 are OPEN (both tcp and udp)"
 echo "In order to run the server, run the following command:"
 echo "    sudo java -jar grasscutter.jar"
-echo "Also remember that you can generate the Handbook with:"
-echo "    sudo java -jar grasscutter.jar -handbook"
+echo "The GM Handbook of all supported languages will be generated automatically when you start the server for the first time."
 echo "You must run it using sudo as port 443 is a privileged port"
 echo "To play, use the IP you provided earlier ($SERVER_IP) via GrassClipper or Fiddler"
 echo ""
-- 
GitLab