Ignore Mourning Woods projectiles

Added pumpkin command to start the pumpkin wave on the correct wave.
This commit is contained in:
Zack Piispanen 2013-10-25 09:03:43 -04:00
parent 750bd3c483
commit af5eb4e80f
2 changed files with 26 additions and 1 deletions

View file

@ -2397,7 +2397,7 @@ namespace TShockAPI
bool hasPermission = !TShock.CheckProjectilePermission(args.Player, index, type);
if (!TShock.Config.IgnoreProjUpdate && !hasPermission)
{
if ((type == 100) || (type > 289 && type < 298))
if ((type == 100) || (type > 289 && type < 298) || (type >= 325 && type <= 328))
{
Log.Debug("Certain projectiles have been ignored for cheat detection.");
}