Added config options for ignoring projectile bugs. Just turn these on if you get debuffed for projectile update/create/kill messages.

This commit is contained in:
Zack Piispanen 2012-01-15 02:11:23 -05:00
parent 00b2d768d7
commit 2a59de5293
3 changed files with 15 additions and 8 deletions

View file

@ -1067,6 +1067,7 @@ namespace TShockAPI
if (proj.hostile)
{
//player.SendMessage( proj.name, Color.Yellow);
return true;
}