Skip to content

Commit 55fc8b4

Browse files
Minor cleanup
1 parent 94d3ca3 commit 55fc8b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Crossplay/CrossplayPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class CrossplayPlugin : TerrariaPlugin
2828

2929
private readonly List<int> AllowedVersions = new List<int>() { 230, 233, 234, 235, 236, 237, 238, 242, 243, 244, 245, 246 };
3030

31-
public static string ConfigPath => Path.Combine("tshock", "Crossplay.json");
31+
public static string ConfigPath => Path.Combine(TShock.SavePath, "Crossplay.json");
3232

3333
public static CrossplayConfig Config = new CrossplayConfig();
3434

0 commit comments

Comments
 (0)