(b4fd73057) Reset item position update interval when a client fails to pick it up due to it being accessible (should cause the position of the item to be corrected if the client failed to pick it up due to the position not matching the server position).

This commit is contained in:
Joonas Rikkonen
2019-06-04 16:42:57 +03:00
parent d60fd839c7
commit 3bc52e2d95
2 changed files with 8 additions and 8 deletions
@@ -201,7 +201,7 @@ namespace Barotrauma
public float PositionUpdateInterval
{
get;
private set;
set;
} = float.PositiveInfinity;
protected Color spriteColor;