mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 08:17:38 +02:00
address Fan Club spectator "sticky hands"
This commit is contained in:
@ -53,7 +53,7 @@ namespace HeavenStudio.Games.Scripts_FanClub
|
||||
public void ClapJust(PlayerActionEvent caller, float state)
|
||||
{
|
||||
bool auto = GameManager.instance.autoplay;
|
||||
ClapStart(true, false, auto ? 0.25f : 0f);
|
||||
ClapStart(true, false, auto ? 0.1f : 0f);
|
||||
}
|
||||
|
||||
public void ChargeClapJust(PlayerActionEvent caller, float state)
|
||||
|
Reference in New Issue
Block a user