Skip to content

Commit

Permalink
updated server bin for terraria version tick, fixes inferno fork and …
Browse files Browse the repository at this point in the history
…shadowbeam staff
  • Loading branch information
k0rd committed Oct 1, 2013
1 parent 262e6d8 commit 0ee88aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TShockAPI/GetDataHandlers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2387,9 +2387,9 @@ private static bool HandleProjectileNew(GetDataHandlerArgs args)
bool hasPermission = !TShock.CheckProjectilePermission(args.Player, index, type);
if (!TShock.Config.IgnoreProjUpdate && !hasPermission)
{
if (type == 100)
{ //fix for skele prime
Log.Debug("Skeletron Prime's death laser ignored for cheat detection..");
if (type == 100 || type == 39 || type == 40 || type == 38)
{
Log.Debug("Certain projectiles have been ignored for cheat detection.");
}
else
{
Expand Down
Binary file modified TerrariaServerBins/TerrariaServer.exe
Binary file not shown.

0 comments on commit 0ee88aa

Please sign in to comment.