Skip to content

Commit 3632861

Browse files
authored
update path to worlds_local from worlds
Due to 0.209.10 the world file has migrated to a new area save/worlds_local Simple fix!
1 parent cf9d1e6 commit 3632861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/valheim/worlds.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
)
1111

1212
var (
13-
worldsPath = filepath.Join(env.ValheimSavePath, "worlds")
13+
worldsPath = filepath.Join(env.ValheimSavePath, "worlds_local")
1414
worldsMtx sync.Mutex
1515
)
1616

0 commit comments

Comments
 (0)