Some changes to projectile cheat detection

(Redigit actually listened to some of Zidonuke's requests)
This commit is contained in:
Deathmax 2012-01-19 21:38:42 +08:00
parent 55d7b78971
commit e06588a8de
3 changed files with 13 additions and 12 deletions

View file

@ -1068,7 +1068,7 @@ namespace TShockAPI
return true;
}
if (proj.hostile)
if (Main.projHostile[type])
{
//player.SendMessage( proj.name, Color.Yellow);
return true;