Remove duplicate conversion spread matching
This commit is contained in:
parent
07bf66f072
commit
149ca8a70c
1 changed files with 1 additions and 5 deletions
|
|
@ -506,11 +506,7 @@ namespace TShockAPI.Handlers
|
|||
}
|
||||
|
||||
// a few special cases
|
||||
if (
|
||||
MatchesConversionSpread(args.Player, rect) ||
|
||||
MatchesGrassMow(args.Player, rect) ||
|
||||
MatchesChristmasTree(args.Player, rect)
|
||||
)
|
||||
if (MatchesGrassMow(args.Player, rect) || MatchesChristmasTree(args.Player, rect))
|
||||
{
|
||||
TShock.Log.ConsoleDebug(GetString($"Bouncer / SendTileRect reimplemented from {args.Player.Name}"));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue