Artifact bugfix
This commit is contained in:
parent
68ba19ff68
commit
4a3728ebe3
2 changed files with 8 additions and 10 deletions
|
@ -3,7 +3,7 @@ import zlib from "zlib";
|
|||
|
||||
import { encode, decode } from "@msgpack/msgpack";
|
||||
|
||||
const Edition = 25;
|
||||
const Edition = 26;
|
||||
const MAX_AGE = 16;
|
||||
class GfEntry {
|
||||
constructor(age, value) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue