AsOne2020

Results 4 comments of AsOne2020

the following is related code in ScreenHandler.internalOnSlotClick ` if (actionType == SlotActionType.SWAP && (button >= 0 && button < 9 || button == 40)) {`

I modify Buffer. toString() function by replace utf8 decode with mutf8 decode and it works ``` import {MUtf8Decoder} from "mutf-8"; const decoder = new MUtf8Decoder(); const originalToString = Buffer.prototype.toString; Buffer.prototype.toString...

When a player sits down with gsit and then teleport to another region causes the server to crash Here is my log:[https://mclo.gs/c7DPJOJ](https://mclo.gs/c7DPJOJ)

minecraft-protocol>src>client>play.js 中 client.on('select_known_packs', () => { 改成 client.once('select_known_packs', () => {