City Gate fix + Comoss update (#1289)

* city gate fix

* Update comoss.yml

* fix

* Update migration.yml
This commit is contained in:
Red
2025-05-20 22:36:43 +03:00
committed by GitHub
parent 2fc1384780
commit 7b7a837cf8
9 changed files with 376 additions and 659 deletions

View File

@@ -324,7 +324,7 @@ public sealed partial class BiomeSystem : SharedBiomeSystem
private bool CanLoad(EntityUid uid)
{
return !_ghostQuery.HasComp(uid) || _tags.HasTag(uid, AllowBiomeLoadingTag);
return !_ghostQuery.HasComp(uid);// CP14 - Admin biome loading break mapping || _tags.HasTag(uid, AllowBiomeLoadingTag);
}
public override void Update(float frameTime)