DJDavid98 / BSDataPuller

Gathers data about the current map you are playing to then be sent out over a websocket for other software to use, e.g. A web overlay like BSDP-Overlay. This mod works with multi PC setups!
https://github.com/ReadieFur/BeatSaber-Overlay
GNU General Public License v3.0
3 stars 1 forks source link

Fix Combo not incrementing at all, fixes #3 #4

Closed dattas closed 9 months ago

dattas commented 9 months ago

This fixes #3 . It looks like in reducing the doubling of a combo, both ways to increment the combo were removed. This adds one back in the same place the score is added.