提交线修改

This commit is contained in:
2026-03-29 21:07:51 +08:00
parent e800e59e9d
commit 54a1b43585
2 changed files with 75 additions and 11 deletions

View File

@@ -119,7 +119,7 @@ namespace NBF
Log.Error($"SetObiRopeStretch={value}");
if (value > 3)
{
value -= 0.2f;
// value -= 0.2f;
}
fishingRope.SetTargetLength(value);
}