Renamed IgnoreActionsForClearingTrashCan to conform w/ changes
This just changes IgnoreActionsForClearingTrashCan to meet the same naming scheme for the rest of the old ignore checks. For consistency. Consistency is nice.
This commit is contained in:
parent
4e186e7375
commit
8e5ee7d286
5 changed files with 11 additions and 10 deletions
|
|
@ -1612,7 +1612,7 @@ namespace TShockAPI
|
|||
args.Player.HasSentInventory && !args.Player.HasPermission(Permissions.bypassssc))
|
||||
{
|
||||
// The player might have moved an item to their trash can before they performed a single login attempt yet.
|
||||
args.Player.IgnoreActionsForClearingTrashCan = true;
|
||||
args.Player.IsDisabledPendingTrashRemoval = true;
|
||||
}
|
||||
|
||||
if (slot == 58) //this is the hand
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue