From 6563dcae5f6d77e91a6f3718e564281196397ddd Mon Sep 17 00:00:00 2001 From: JavidPack Date: Wed, 28 Jun 2017 01:32:13 -0600 Subject: [PATCH] 0.2.2.1, fix 0.10.0.2 related crash. --- ItemChecklist.csproj | 2 +- ItemChecklistPlayer.cs | 2 +- build.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ItemChecklist.csproj b/ItemChecklist.csproj index 4918ebf..b7bf59c 100644 --- a/ItemChecklist.csproj +++ b/ItemChecklist.csproj @@ -89,7 +89,7 @@ - "C:\Program Files (x86)\Steam\steamapps\common\Terraria\tModLoaderDebug.exe" -build "$(ProjectDir)\" -eac "$(TargetPath)" + "C:\Program Files (x86)\Steam\steamapps\common\Terraria\Terraria.exe" -build "$(ProjectDir)\" -eac "$(TargetPath)"