From 430c81bd2056769e1326df9d1dff983afe7f33df Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Tue, 14 Jul 2026 03:05:42 -0400 Subject: fix(admin): tech tab loading yaml and css --- internal/game/sys_technology.go | 1 - 1 file changed, 1 deletion(-) (limited to 'internal/game/sys_technology.go') diff --git a/internal/game/sys_technology.go b/internal/game/sys_technology.go index c7214af..e285ba8 100644 --- a/internal/game/sys_technology.go +++ b/internal/game/sys_technology.go @@ -33,7 +33,6 @@ type TechDef struct { Name string `yaml:"name"` Level int `yaml:"level"` DrainRate float64 `yaml:"drain_rate"` - Category string `yaml:"category"` Group string `yaml:"group"` Effects TechEffects `yaml:"effects"` } -- cgit v1.2.3