From 8bf0145068aadadb16540c9616674becaa8b2917 Mon Sep 17 00:00:00 2001 From: stubbfelnewpc Date: Wed, 24 Mar 2021 21:05:48 +0100 Subject: [PATCH] update Lostplaces world --- services/vaheim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/vaheim.nix b/services/vaheim.nix index c93a311..6da56d3 100644 --- a/services/vaheim.nix +++ b/services/vaheim.nix @@ -8,7 +8,7 @@ let [ ]); runScript = '' - bash ./start_server_bepinex.sh -name "vaheim.stubbe.rocks" -password "vsr" -port 2456 -world "stubbe worlds" -public 0 -savedir /home/sshuser/Valheim_sw" + bash ./start_server_bepinex.sh -name "vaheim.stubbe.rocks" -password "vsr" -port 2456 -world "Lostplaces.db" -public 0 -savedir /home/sshuser/Valheim_imtvsmb" ''; });