mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-28 13:45:37 -04:00
Merge pull request #256 from mhsjlw/patch-1
Colons are supposed to be next to the closest char
This commit is contained in:
commit
d719976835
@ -148,7 +148,7 @@ function createServer(options) {
|
|||||||
}
|
}
|
||||||
if(client.protocolVersion!=version.version)
|
if(client.protocolVersion!=version.version)
|
||||||
{
|
{
|
||||||
client.end("Wrong protocol version, expected : "+version.version+" and you are using : "+client.protocolVersion);
|
client.end("Wrong protocol version, expected: "+version.version+" and you are using: "+client.protocolVersion);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user