From 909e07ab9ce07d69e0cc299ea79cbf82a9773009 Mon Sep 17 00:00:00 2001 From: Matai Date: Wed, 14 Jan 2026 11:29:18 -0500 Subject: [PATCH] automatically enable encrypted auth persistance --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index ce6ddac..a4645c2 100644 --- a/setup.sh +++ b/setup.sh @@ -52,4 +52,4 @@ fi cd /hytale/instance echo "${prefix} Starting Hytale server..." -java -jar /hytale/server/Server/HytaleServer.jar --assets /hytale/server/Assets.zip --boot-command "auth login device" \ No newline at end of file +java -jar /hytale/server/Server/HytaleServer.jar --assets /hytale/server/Assets.zip --boot-command "auth persistence Encrypted" --boot-command "auth login device" \ No newline at end of file