Fixed the issue where using the Super Absorbent Sponge would disable users

This commit is contained in:
White 2015-07-07 22:55:50 +09:30
parent 8f8e9d4cd4
commit dfc2cd8f6f

View file

@ -2684,7 +2684,8 @@ namespace TShockAPI
{ {
bucket = 3; 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; bucket = 4;
} }