Ignore Mourning Woods projectiles
Added pumpkin command to start the pumpkin wave on the correct wave.
This commit is contained in:
parent
750bd3c483
commit
af5eb4e80f
2 changed files with 26 additions and 1 deletions
|
|
@ -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.");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue