From 3f3ca359ced0e67ff53d176454ebc2209a262393 Mon Sep 17 00:00:00 2001 From: Tornado Tech <54727692+Tornado-Technology@users.noreply.github.com> Date: Sun, 11 Aug 2024 23:23:55 +1000 Subject: [PATCH] Fixed namespace --- .../_CP14/BiomeSpawner/EntitySystems/CP14BiomeSpawnerSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/_CP14/BiomeSpawner/EntitySystems/CP14BiomeSpawnerSystem.cs b/Content.Server/_CP14/BiomeSpawner/EntitySystems/CP14BiomeSpawnerSystem.cs index 90a6d9159f..ba73b5e96a 100644 --- a/Content.Server/_CP14/BiomeSpawner/EntitySystems/CP14BiomeSpawnerSystem.cs +++ b/Content.Server/_CP14/BiomeSpawner/EntitySystems/CP14BiomeSpawnerSystem.cs @@ -6,7 +6,7 @@ */ using System.Linq; -using Content.Server._CP14.BiomeSpawner.Components; +using Content.Server._CP14.Procedural.BiomeSpawner; using Content.Server._CP14.RoundSeed; using Content.Server.Decals; using Content.Server.Parallax;