Remove quotes from path

This commit is contained in:
Evie Litherland-Smith 2023-05-30 11:24:22 +01:00
parent c2ca73d16d
commit aa3b086372

View file

@ -5,6 +5,6 @@
messageOfTheDay = "The Problem Solvers strike again!";
port = 7777;
openFirewall = true;
worldPath = "/home/xenia/terraria/Windy_Limbo_of_Melancholy.wld";
worldPath = /var/lib/terraria/Windy_Limbo_of_Melancholy.wld;
};
}