Remove quotes from path
This commit is contained in:
parent
c2ca73d16d
commit
aa3b086372
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue