mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 08:07:38 +02:00
Fixed ForkLifter hand grab bug
This commit is contained in:
@ -73,7 +73,7 @@ namespace RhythmHeavenMania.Games.ForkLifter
|
||||
if (normalizedBeat > endTime && endstate <= 1)
|
||||
{
|
||||
endstate++;
|
||||
Jukebox.PlayOneShotGame("audience/disappointed");
|
||||
Jukebox.PlayOneShot("audience/disappointed");
|
||||
}
|
||||
|
||||
if (normalizedBeat > 1.35f)
|
||||
|
Reference in New Issue
Block a user