Commit 94b2b445 authored by chechunchi's avatar chechunchi

fix small

parent 50a9dc97
Pipeline #19168 passed with stages
in 4 minutes and 1 second
......@@ -16,7 +16,7 @@ export default (data: Uint8Array) => {
const player = reader.readUint8();
const count = reader.readUint8();
const spCount = reader.readUint8();
const forced = reader.readUint8() == 0;
const forced = reader.readUint8() != 0;
const hint0 = reader.readUint32();
const hint1 = reader.readUint32();
......
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