mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 19:50:12 +01:00
minor bug fix
This commit is contained in:
@@ -171,7 +171,7 @@ class GameScreen(Screen):
|
||||
existing_score = result[0] if result is not None else None
|
||||
existing_crown = result[1] if result is not None and len(result) > 1 and result[1] is not None else 0
|
||||
crown = Crown.NONE
|
||||
if session_data.result_data.bad and session_data.result_data.ok == 0:
|
||||
if session_data.result_data.bad == 0 and session_data.result_data.ok == 0:
|
||||
crown = Crown.DFC
|
||||
elif session_data.result_data.bad == 0:
|
||||
crown = Crown.FC
|
||||
|
||||
Reference in New Issue
Block a user