mirror of
https://github.com/litruv/DAdmin.git
synced 2026-07-24 02:36:11 +10:00
don't have to message server first
This commit is contained in:
@@ -40,12 +40,12 @@ module.exports = {
|
||||
}
|
||||
}))
|
||||
|
||||
dclient.on('message', (message) => {
|
||||
ws.send(stringify(message))
|
||||
})
|
||||
|
||||
});
|
||||
|
||||
|
||||
dclient.on('message', (message) => {
|
||||
ws.send(stringify(message))
|
||||
})
|
||||
// ws.send('something');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user