l o b b i e z

This commit is contained in:
Benjamin Kyd
2021-03-04 01:20:22 +00:00
parent 23da9064ce
commit e4cca068bf

View File

@@ -57,7 +57,7 @@ socket.on('identify', (...args) => {
socket.on('identify-success', (...args) => {
console.log(args[0]);
ConnectionState.innerHTML = args[0].user.state;
ConnectionState.innerHTML = `${args[0].user.state} as ${args[0].user.username}`;
onConnect();
});