KevAquila/WEBFISHING-Guitar-Player

Bug: Player doesnt "auto stop" when a song ends

Opened this issue · 0 comments

Small bug i noticed, the when the song ends it automatically disabled input blocking, however it doesn't call the "stop" function so you need to click it manually, and re-queue another song which is a bit of an unnecessary step?

A possible fix could be somehow calling the OnStop() event/code when PlaySong() is finished?