State diagram, one transition is missing #6132
Labels
Status: Triage
Needs to be verified, categorized, etc
Type: Bug / Error
Something isn't working or is incorrect
Description
The first transition is missing in :
stateDiagram-v2
classDef FINAL fill:#f00,color:white,font-weight:bold,stroke-width:2px,stroke:yellow
TDJOPENEDJWAITINGUSERS
TDJOPENEDJWAITINGUSERS --> TDJOPENEDJWAITINGUSERS : OnPlayerJoinedEvent
TDJOPENEDJWAITINGUSERS --> TDJOPENEDJWAITINGUSERS : OnPlayerLeavedEvent
as you can see if i rename :
stateDiagram-v2
classDef FINAL fill:#f00,color:white,font-weight:bold,stroke-width:2px,stroke:yellow
TDJOPENEDJWAITINGUSERS
TDJOPENEDJWAITINGUSERS --> 2TDJOPENEDJWAITINGUSERS : OnPlayerJoinedEvent
TDJOPENEDJWAITINGUSERS --> TDJOPENEDJWAITINGUSERS : OnPlayerLeavedEvent
Steps to reproduce
just produce both diagrams you will see
Screenshots
No response
Code Sample
No response
Setup
Suggested Solutions
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: