mirror of
https://github.com/tribufu/node-gamedig
synced 2026-06-01 09:42:41 +00:00
Remove redundant guid field from minecraftbedrock
This commit is contained in:
parent
4ecce4eff8
commit
883700d7dd
1 changed files with 2 additions and 1 deletions
|
|
@ -25,7 +25,8 @@ class MinecraftBedrock extends Core {
|
||||||
const nonce = reader.part(8).toString('hex'); // should match the nonce we sent
|
const nonce = reader.part(8).toString('hex'); // should match the nonce we sent
|
||||||
this.logger.debug('Nonce: ' + nonce);
|
this.logger.debug('Nonce: ' + nonce);
|
||||||
|
|
||||||
state.raw.guid = reader.part(8).toString('hex');
|
// These 8 bytes are identical to the serverId string we receive in decimal below
|
||||||
|
reader.skip(8);
|
||||||
|
|
||||||
const magic = reader.part(16).toString('hex');
|
const magic = reader.part(16).toString('hex');
|
||||||
this.logger.debug('Magic value: ' + magic);
|
this.logger.debug('Magic value: ' + magic);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue