pull/34/head
Zlatin Balevsky 2019-11-16 00:25:50 +00:00
parent 2e22369ce0
commit 17eff7d77f
1 changed files with 4 additions and 0 deletions

View File

@ -7,4 +7,8 @@ class ChatConnectionEvent extends Event {
ChatConnectionAttemptStatus status
Persona persona
ChatLink connection
public String toString() {
super.toString() + " " + persona.getHumanReadableName() + " " + status.toString()
}
}