Fix liquids
This commit is contained in:
parent
df5eb940bd
commit
ee4058ad8b
1 changed files with 1 additions and 1 deletions
|
|
@ -2534,7 +2534,7 @@ namespace TShockAPI
|
||||||
|
|
||||||
if (!args.Player.Group.HasPermission(Permissions.ignoreliquidsetdetection))
|
if (!args.Player.Group.HasPermission(Permissions.ignoreliquidsetdetection))
|
||||||
{
|
{
|
||||||
args.Player.TileLiquidThreshold+=amount;
|
args.Player.TileLiquidThreshold++;
|
||||||
}
|
}
|
||||||
if (amount != 0)
|
if (amount != 0)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue