RoanH / KeysPerSecond

A keys-per-second meter & counter. Written for osu! but should work for other rhythm games too.
https://osu.ppy.sh/forum/t/552405/
GNU General Public License v3.0
342 stars 28 forks source link

Autosave stats bugs (not triggered unless enable in config; throws FileSystemException: xxx: Is a directory) #93

Closed UlyssesZh closed 8 months ago

UlyssesZh commented 8 months ago

Tested on Linux with KPS 8.8.

RoanH commented 8 months ago

Apparently I broke this about 1.5 years ago... luckily it's not very hard to fix though, thanks for noticing!

RoanH commented 8 months ago

Fixed, it was trying to save to the folder containing the configured file instead of the actual file...