aboutsummaryrefslogtreecommitdiff
path: root/internal/game/core_validate.go
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-07-14 03:05:42 -0400
committerhistoria <[not public]>2026-07-14 03:05:42 -0400
commit430c81bd2056769e1326df9d1dff983afe7f33df (patch)
tree83b7a7695c60519023b7634a3f552f66b34f7dbf /internal/game/core_validate.go
parentd72957499f1e25741b8f7a91746fbe132fa68161 (diff)
downloadthehouseoficarus-430c81bd2056769e1326df9d1dff983afe7f33df.tar.gz
fix(admin): tech tab loading yaml and css
Diffstat (limited to 'internal/game/core_validate.go')
-rw-r--r--internal/game/core_validate.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/game/core_validate.go b/internal/game/core_validate.go
index 4a2e5b9..0e302c0 100644
--- a/internal/game/core_validate.go
+++ b/internal/game/core_validate.go
@@ -32,7 +32,6 @@ func (g *Game) validationSource() validate.Source {
techViews = append(techViews, validate.TechView{
ID: t.ID,
Name: t.Name,
- Category: t.Category,
DrainRate: t.DrainRate,
})
techIDs[t.ID] = true