This commit is contained in:
2025-05-11 00:46:26 +08:00
parent 366f9e95ec
commit 618f75f911
2404 changed files with 154475 additions and 924730 deletions

View File

@@ -85,7 +85,7 @@ public partial class FPlayer
interactionCCDIK = component;
if (Gears.Reel)
{
Gears.Reel.isHandOnHandle = false;
Data.isHandOnHandle = false;
}
return;
@@ -99,7 +99,7 @@ public partial class FPlayer
interactionCCDIK = component;
if ((bool)Gears.Rod && (bool)Gears.Reel)
{
Gears.Reel.isHandOnHandle = true;
Data.isHandOnHandle = true;
}
break;
@@ -110,11 +110,10 @@ public partial class FPlayer
interactionCCDIK = component;
if ((bool)Gears.Rod && (bool)Gears.Reel)
{
Gears.Reel.isHandOnHandle = false;
Data.isHandOnHandle = false;
}
break;
}
}
}