Fixed the issue where using the Super Absorbent Sponge would disable users
This commit is contained in:
parent
8f8e9d4cd4
commit
dfc2cd8f6f
1 changed files with 2 additions and 1 deletions
|
|
@ -2684,7 +2684,8 @@ namespace TShockAPI
|
|||
{
|
||||
bucket = 3;
|
||||
}
|
||||
else if (args.TPlayer.inventory[args.TPlayer.selectedItem].type == 3031)
|
||||
else if (args.TPlayer.inventory[args.TPlayer.selectedItem].type == 3031 ||
|
||||
args.TPlayer.inventory[args.TPlayer.selectedItem].type == 3032)
|
||||
{
|
||||
bucket = 4;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue