This commit is contained in:
Zlatin Balevsky
2019-11-16 00:25:50 +00:00
parent 2e22369ce0
commit 17eff7d77f

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()
}
}