mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-28 21:52:17 -04:00
Remove template string from proxy.js
This commit is contained in:
parent
2c3db82fcf
commit
50f216cdaf
@ -82,7 +82,7 @@ srv.on('login', function (client) {
|
||||
var packetBuff = mc.protocol.createPacketBuffer(packetData.id, packetData.state, packetData, true);
|
||||
if (buffertools.compare(buffer, packetBuff) != 0)
|
||||
{
|
||||
console.log(`client<-server: Error in packetId ${state}.0x${packetId.value.toString(16)}`);
|
||||
console.log("client<-server: Error in packetId " + state + ".0x" + packetId.value.toString(16));
|
||||
console.log(buffer.toString('hex'));
|
||||
console.log(packetBuff.toString('hex'));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user