mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Replacing without crashing
This commit is contained in:
@@ -334,7 +334,8 @@ module.exports = function() {
|
||||
|
||||
socket.on('password', function(inp)
|
||||
{
|
||||
ListSettings.password(inp, coll.replace(/ /g,''), guid, offline, socket);
|
||||
if(coll != undefined) coll.replace(/ /g,'');
|
||||
ListSettings.password(inp, coll, guid, offline, socket);
|
||||
});
|
||||
|
||||
socket.on('skip', function(list)
|
||||
|
||||
Reference in New Issue
Block a user