Commit e079ee7e authored by chechunchi's avatar chechunchi

fix adapter

parent 14643689
......@@ -20,6 +20,7 @@ export default class TimeLimit implements StocAdapter {
const reader = new BufferReader(this.packet.exData);
const player = reader.readInt8();
const _ = reader.readUint8(); // padding byte
const leftTime = reader.readUint16();
return new ygopro.YgoStocMsg({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment