More outline cleanup changes (#1562)

This commit is contained in:
be5invis 2023-02-25 07:27:21 -08:00
parent 880ff0deee
commit c5d322709a
4 changed files with 126 additions and 28 deletions

View file

@ -3,7 +3,7 @@ import zlib from "zlib";
import { encode, decode } from "@msgpack/msgpack";
const Edition = 23;
const Edition = 24;
const MAX_AGE = 16;
class GfEntry {
constructor(age, value) {