City Gate fix + Comoss update (#1289)
* city gate fix * Update comoss.yml * fix * Update migration.yml
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user