Remove CheckDeathTypes lint test.

This causes false positive errors when mods use
SpawnActorOnDeath to implement special-case death
effects.
This commit is contained in:
Paul Chote
2018-06-03 18:37:52 +01:00
committed by reaperrr
parent 6c338eb06c
commit df95b90de2
2 changed files with 0 additions and 65 deletions

View File

@@ -186,7 +186,6 @@
<Compile Include="Lint\CheckSyncAnnotations.cs" />
<Compile Include="Lint\CheckTraitPrerequisites.cs" />
<Compile Include="Lint\CheckTooltips.cs" />
<Compile Include="Lint\CheckDeathTypes.cs" />
<Compile Include="Lint\CheckRangeLimit.cs" />
<Compile Include="Lint\CheckVoiceReferences.cs" />
<Compile Include="Lint\CheckConditions.cs" />