Disabled overridden update call

This commit is contained in:
ClxS 2016-10-07 18:22:31 +01:00
parent ed421572c3
commit 8017c23331
2 changed files with 3 additions and 5 deletions

View File

@ -470,7 +470,7 @@ namespace StardewModdingAPI.Inheritance
debugMode = !debugMode;
}
if (Constants.EnableCompletelyOverridingBaseCalls)
if (Constants.EnableCompletelyOverridingBaseCalls && false) //We no longer need this.
{
#region Overridden Update Call

View File

@ -64,8 +64,7 @@
<Private>True</Private>
</Reference>
<Reference Include="Stardew Valley">
<HintPath>$(SteamPath)\steamapps\common\Stardew Valley\Stardew Valley.exe</HintPath>
<Private>False</Private>
<HintPath>..\..\..\..\Games\SteamLibrary\steamapps\common\Stardew Valley\Stardew Valley.exe</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
@ -76,8 +75,7 @@
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="xTile">
<HintPath>$(SteamPath)\steamapps\common\Stardew Valley\xTile.dll</HintPath>
<Private>False</Private>
<HintPath>..\..\..\..\Games\SteamLibrary\steamapps\common\Stardew Valley\xTile.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>