updated server bin for terraria version tick, fixes inferno fork and shadowbeam staff

This commit is contained in:
k0rd 2013-10-01 13:52:09 -04:00
parent 262e6d8349
commit 0ee88aaf5e
2 changed files with 3 additions and 3 deletions

View file

@ -2387,9 +2387,9 @@ namespace TShockAPI
bool hasPermission = !TShock.CheckProjectilePermission(args.Player, index, type); bool hasPermission = !TShock.CheckProjectilePermission(args.Player, index, type);
if (!TShock.Config.IgnoreProjUpdate && !hasPermission) if (!TShock.Config.IgnoreProjUpdate && !hasPermission)
{ {
if (type == 100) if (type == 100 || type == 39 || type == 40 || type == 38)
{ //fix for skele prime {
Log.Debug("Skeletron Prime's death laser ignored for cheat detection.."); Log.Debug("Certain projectiles have been ignored for cheat detection.");
} }
else else
{ {