We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94d3ca3 commit 55fc8b4Copy full SHA for 55fc8b4
Crossplay/CrossplayPlugin.cs
@@ -28,7 +28,7 @@ public class CrossplayPlugin : TerrariaPlugin
28
29
private readonly List<int> AllowedVersions = new List<int>() { 230, 233, 234, 235, 236, 237, 238, 242, 243, 244, 245, 246 };
30
31
- public static string ConfigPath => Path.Combine("tshock", "Crossplay.json");
+ public static string ConfigPath => Path.Combine(TShock.SavePath, "Crossplay.json");
32
33
public static CrossplayConfig Config = new CrossplayConfig();
34
0 commit comments