Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JavidPack committed Jun 7, 2020
1 parent e506ce4 commit e5749ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/tModLoader/Terraria/Main.cs.patch
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@
+ vanillaContentFolder = "../Content"; // Nested Manual Install
+ }
+#if MAC
+ vanillaContentFolder = ../../../Terraria.app/Contents/MacOS/Content";
+ vanillaContentFolder = "../../../Terraria.app/Contents/MacOS/Content";
+#endif
+ if (SocialAPI.Mode == SocialMode.Steam && Steamworks.SteamAPI.Init()) {
+ var appID = ModLoader.Engine.Steam.TerrariaAppId_t;
Expand Down

0 comments on commit e5749ed

Please sign in to comment.