Moved servers.dat override into client folder

This commit is contained in:
Warren Hood 2024-09-04 17:46:14 +02:00
parent 1959876375
commit 9fe3ae497f
2 changed files with 2 additions and 2 deletions

View file

@ -218,7 +218,7 @@ target_path = "options.txt"
side = "Client"
apply_policy = "Once"
[files."./servers.dat"]
target_path = "./servers.dat"
[files."./client/servers.dat"]
target_path = "servers.dat"
side = "Client"
apply_policy = "Always"