removed unnamed from blacklist

This commit is contained in:
Aleksander Waage 2020-08-14 19:05:37 +02:00
parent 899561536a
commit d236ae5b7f

View File

@ -14,7 +14,6 @@ namespace QSB.TransformSync
private readonly Sector.Name[] _sectorBlacklist =
{
Sector.Name.Unnamed,
Sector.Name.Ship
};