Skip to content

Commit

Permalink
Fixed a bug from testing
Browse files Browse the repository at this point in the history
TerrariaLocator works again
  • Loading branch information
trigger-segfault committed Sep 3, 2017
1 parent baca621 commit a681fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TConvert/TerrariaLocator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static class TerrariaLocator {

/**<summary>Start looking for the Terraria Content folder.</summary>*/
static TerrariaLocator() {
TerrariaContentDirectory = null;// FindTerrariaContentDirectory();
TerrariaContentDirectory = FindTerrariaContentDirectory();
}

#endregion
Expand Down

0 comments on commit a681fbb

Please sign in to comment.