mirror of
https://github.com/litruv/DAdmin.git
synced 2026-07-24 02:36:11 +10:00
get rid of 'something'
This commit is contained in:
@@ -17,7 +17,7 @@ module.exports = {
|
|||||||
wss.on('connection', function connection(ws) {
|
wss.on('connection', function connection(ws) {
|
||||||
ws.on('message', function incoming(message) {
|
ws.on('message', function incoming(message) {
|
||||||
if (message == "name")
|
if (message == "name")
|
||||||
ws.send(JSON.stringify(
|
ws.send(stringify(
|
||||||
{
|
{
|
||||||
type: 'starterpack',
|
type: 'starterpack',
|
||||||
user: {
|
user: {
|
||||||
@@ -46,7 +46,7 @@ module.exports = {
|
|||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
ws.send('something');
|
// ws.send('something');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user