Throwing system hotfix (#29935)

throwing system hotfix
This commit is contained in:
slarticodefast
2024-07-12 12:32:47 +02:00
committed by GitHub
parent b5e49c9c07
commit 560df6ed97
2 changed files with 1 additions and 9 deletions

View File

@@ -42,7 +42,7 @@ public sealed partial class HandsComponent : Component
/// </summary>
[DataField]
[ViewVariables(VVAccess.ReadWrite)]
public float BaseThrowspeed { get; set; } = 10f;
public float BaseThrowspeed { get; set; } = 11f;
/// <summary>
/// Distance after which longer throw targets stop increasing throw impulse.