PadMessageHandler.js: removed redundant return statement

This commit is contained in:
muxator 2019-02-26 19:15:22 +01:00
parent 46fdeb8dc4
commit 791012bb9b
1 changed files with 0 additions and 1 deletions

View File

@ -531,7 +531,6 @@ function handleSuggestUserName(client, message)
var session = sessioninfos[client.id];
if(session && session.author == message.data.payload.unnamedId) {
client.json.send(message);
return;
}
});
}