mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-30 14:41:27 -04:00
Colons are supposed to be next to the closest char
At least, in English
This commit is contained in:
parent
eeee12485b
commit
b4eac8c1c5
@ -148,7 +148,7 @@ function createServer(options) {
|
||||
}
|
||||
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