Fix for diva reader when trying to read modded content. When it can't parse a number. So instead of crashing give a friendly error and continue

This commit is contained in:
ThatzOkay
2024-05-30 09:28:07 +02:00
parent e15caeaa8f
commit d57aa93401
2 changed files with 10 additions and 1 deletions

View File

@@ -1,7 +1,12 @@
# Changelog
Documenting updates to ARTEMiS, to be updated every time the master branch is pushed to.
## 20240530
### DIVA
+ Fix reader for when dificulty is not a int
## 20240526
### DIVA
+ Fixed missing awaits causing coroutine error
## 20240524