updated server bin for terraria version tick, fixes inferno fork and shadowbeam staff
This commit is contained in:
parent
262e6d8349
commit
0ee88aaf5e
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue