Skip to content

Commit 77345de

Browse files
authored
Merge pull request #3 from pewter77/patch-2
update path to worlds_local from worlds
2 parents cf9d1e6 + 3632861 commit 77345de

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)