diff options
| author | historia <[not public]> | 2026-07-08 14:50:37 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-08 14:50:37 -0400 |
| commit | 9184377301c2604e003f36426788c032fb0ca524 (patch) | |
| tree | 3d5446bd62eef53a2fbcad206b2617c76d6598fe | |
| parent | f8f3959236c0e36a93e2cd2ffa5063f8ea5005a3 (diff) | |
| download | thehouseoficarus-9184377301c2604e003f36426788c032fb0ca524.tar.gz | |
feat: remove old science testing spawns
| -rw-r--r-- | cmd/thoi/main.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cmd/thoi/main.go b/cmd/thoi/main.go index 60a30aa..b0b25c0 100644 --- a/cmd/thoi/main.go +++ b/cmd/thoi/main.go @@ -77,12 +77,6 @@ func main() { } g.SetHub(server.Hub()) - junkItems := []string{"solarjunk", "ecojunk", "hydrojunk", "biojunk", "chaosjunk", - "cosmicjunk", "naturejunk", "bloodjunk", "deathjunk", "lawjunk", "scrap"} - for _, j := range junkItems { - g.World.AddGroundItem(1, j, 500) - } - if cfg.AdminHTTP.Enabled { adminSrv, err := admin.NewServer(cfg, false, g.AccountStore, g.World, g.ItemStore, g.ObjectStore, g.MobStore, dataDir, g.CourseStore.ReloadAll, g.RewriteRoomIDs) if err != nil { |
