From 2725e2927a1595c7b100d942d1f14146252adeb7 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Thu, 25 Jun 2026 04:46:40 -0400 Subject: feat: who, global chat, removed redundant YAML IDs --- internal/game/sys_technology.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/game/sys_technology.go') diff --git a/internal/game/sys_technology.go b/internal/game/sys_technology.go index 6afc757..fa0301f 100644 --- a/internal/game/sys_technology.go +++ b/internal/game/sys_technology.go @@ -50,6 +50,7 @@ func (g *Game) LoadTechs() error { if err := yaml.Unmarshal(data, &t); err != nil { return nil } + t.ID = id AllTechs = append(AllTechs, &t) return nil }) -- cgit v1.2.3