mirror of
https://github.com/ayunami2000/ayunMultiPort.git
synced 2024-11-09 04:56:05 -08:00
small fix
This commit is contained in:
parent
a55e3f317c
commit
31deea629f
|
@ -81,7 +81,7 @@ wss.on('connection', function(ws) {
|
||||||
msgNum++;
|
msgNum++;
|
||||||
if(data.toString()=="Accept: MOTD"){
|
if(data.toString()=="Accept: MOTD"){
|
||||||
ws.send(getMotd());
|
ws.send(getMotd());
|
||||||
if(serverIcon!=null)ws.send(iconBuff);
|
if(iconBuff!=null)ws.send(iconBuff);
|
||||||
closeIt();
|
closeIt();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user