From a8bf26cc262400a865298f023fe91af673063c01 Mon Sep 17 00:00:00 2001 From: comp500 Date: Mon, 11 Oct 2021 21:09:55 +0100 Subject: [PATCH] Remove unused Client/Server fields --- core/pack.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/pack.go b/core/pack.go index 15df170..ae52f84 100644 --- a/core/pack.go +++ b/core/pack.go @@ -23,8 +23,6 @@ type Pack struct { Hash string `toml:"hash,omitempty"` } `toml:"index"` Versions map[string]string `toml:"versions"` - Client map[string]toml.Primitive `toml:"client"` - Server map[string]toml.Primitive `toml:"server"` Export map[string]map[string]interface{} `toml:"export"` Options map[string]interface{} `toml:"options"` }