Skip to content

Companies Update#984

Merged
fenndragon merged 7 commits intoHardLightSector:masterfrom
HighlandGearhop:patch-2
Mar 14, 2026
Merged

Companies Update#984
fenndragon merged 7 commits intoHardLightSector:masterfrom
HighlandGearhop:patch-2

Conversation

@HighlandGearhop
Copy link
Copy Markdown
Contributor

Added Dusk Enclave, Sin, Golden Flotilla & UNSA.

About the PR

As stated, four companies added.

Why / Balance

Requested

Technical details

N/A

How to test

Just check factions.

Media

N/A

Breaking changes

Fackin nothing.

Changelog
Added four companies, as requested.
Dusk Enclave - TSF
UNSA - TSF
Flotilla - TSF
Sin - Rogue

Change if they aren't TSF. Up to faction owner.

Note

Fix any errors if you wish. ~ KillSwitch.

Added Dusk Enclave, Sin, Golden Flotilla & UNSA.
@fenndragon
Copy link
Copy Markdown
Collaborator

linter fail nhandled exception. System.AggregateException: One or more errors occurred. (CLIENT: 11.058s [ERRO] eng: Exception whilst loading prototypes from /Prototypes/_Mono/companies.yml:
(Line: 179, Col: 2, Idx: 3457) - (Line: 179, Col: 2, Idx: 3457): While parsing a block collection, did not find expected '-' indicator. Exception: )
---> NUnit.Framework.AssertionException: CLIENT: 11.058s [ERRO] eng: Exception whilst loading prototypes from /Prototypes/_Mono/companies.yml:
(Line: 179, Col: 2, Idx: 3457) - (Line: 179, Col: 2, Idx: 3457): While parsing a block collection, did not find expected '-' indicator. Exception:
at NUnit.Framework.Assert.ReportFailure(String message)
at NUnit.Framework.Assert.Fail(String message)
at Content.IntegrationTests.PoolTestLogHandler.Log(String sawmillName, LogEvent message) in /home/runner/work/HardLight/HardLight/Content.IntegrationTests/PoolTestLogHandler.cs:line 66
at Robust.Shared.Log.LogManager.Sawmill.LogInternal(String sourceSawmill, LogEvent message) in /home/runner/work/HardLight/HardLight/RobustToolbox/Robust.Shared/Log/LogManager.Sawmill.cs:line 119
at Robust.Shared.Log.LogManager.Sawmill.LogInternal(String sourceSawmill, LogEvent message) in /home/runner/work/HardLight/HardLight/RobustToolbox/Robust.Shared/Log/LogManager.Sawmill.cs:line 130
at Robust.Shared.Log.LogManager.Sawmill.Log(LogLevel level, Exception exception, String message, Object[] args) in /home/runner/work/HardLight/HardLight/RobustToolbox/Robust.Shared/Log/LogManager.Sawmill.cs:line 89
at Robust.Shared.Log.LogManager.Sawmill.Log(LogLevel level, String message, Object[] args) in /home/runner/work/HardLight/HardLight/RobustToolbox/Robust.Shared/Log/LogManager.Sawmill.cs:line 101
at Robust.Shared.Log.LogManager.Sawmill.Log(LogLevel level, String message) in /home/runner/work/HardLight/HardLight/RobustToolbox/Robust.Shared/Log/LogManager.Sawmill.cs:line 106
at Robust.Shared.Log.LogManager.Sawmill.Error(String message) in /home/runner/work/HardLight/HardLight/RobustToolbox/Robust.Shared/Log/LogManager.Sawmill.cs:line 179
at Robust.Shared.Prototypes.PrototypeManager.<>c__DisplayClass111_0.b__1(ResPath file) in /home/runner/work/HardLight/HardLight/RobustToolbox/Robust.Shared/Prototypes/PrototypeManager.YamlLoad.cs:line 92
at System.Linq.Parallel.SelectQueryOperator2.SelectQueryOperatorResults.GetElement(Int32 index) at System.Linq.Parallel.QueryResults1.get_Item(Int32 index)
at System.Linq.Parallel.PartitionedDataSource1.ListContiguousIndexRangeEnumerator.MoveNext(T& currentElement, Int32& currentKey) at System.Linq.Parallel.PipelineSpoolingTask2.SpoolingWork()
at System.Linq.Parallel.SpoolingTaskBase.Work()
at System.Linq.Parallel.QueryTask.BaseWork(Object unused)
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of inner exception stack trace ---
at System.Linq.Parallel.QueryTaskGroupState.QueryEnd(Boolean userInitiatedDispose)
at System.Linq.Parallel.AsynchronousChannelMergeEnumerator1.MoveNextSlowPath() at System.Linq.Parallel.AsynchronousChannelMergeEnumerator1.MoveNext()
at Robust.Shared.Prototypes.PrototypeManager.LoadDirectory(ResPath path, Boolean overwrite, Dictionary2 changed) in /home/runner/work/HardLight/HardLight/RobustToolbox/Robust.Shared/Prototypes/PrototypeManager.YamlLoad.cs:line 97 at Robust.Client.Prototypes.ClientPrototypeManager.LoadDefaultPrototypes(Dictionary2 changed) in /home/runner/work/HardLight/HardLight/RobustToolbox/Robust.Client/Prototypes/ClientPrototypeManager.cs:line 35
at Robust.Client.GameController.StartupContinue(DisplayMode displayMode) in /home/runner/work/HardLight/HardLight/RobustToolbox/Robust.Client/GameController/GameController.cs:line 197
at Robust.UnitTesting.RobustIntegrationTest.ClientIntegrationInstance.Init() in /home/runner/work/HardLight/HardLight/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 1049
at Robust.UnitTesting.RobustIntegrationTest.ClientIntegrationInstance.ThreadMain() in /home/runner/work/HardLight/HardLight/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 943
--- End of stack trace from previous location ---
at Robust.UnitTesting.RobustIntegrationTest.IntegrationInstance.WaitIdleImplAsync(Boolean throwOnUnhandled, CancellationToken cancellationToken) in /home/runner/work/HardLight/HardLight/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 477
at Content.IntegrationTests.PoolManager.GenerateClient(PoolSettings poolSettings, TextWriter testOut) in /home/runner/work/HardLight/HardLight/Content.IntegrationTests/PoolManager.cs:line 179
at Content.IntegrationTests.Pair.TestPair.Initialize(PoolSettings settings, TextWriter testOut, List`1 testPrototypes) in /home/runner/work/HardLight/HardLight/Content.IntegrationTests/Pair/TestPair.cs:line 68
at Content.IntegrationTests.PoolManager.CreateServerClientPair(PoolSettings poolSettings, TextWriter testOut) in /home/runner/work/HardLight/HardLight/Content.IntegrationTests/PoolManager.cs:line 368
at Content.IntegrationTests.PoolManager.GetServerClientPair(PoolSettings poolSettings) in /home/runner/work/HardLight/HardLight/Content.IntegrationTests/PoolManager.cs:line 261
at Content.IntegrationTests.PoolManager.GetServerClientPair(PoolSettings poolSettings) in /home/runner/work/HardLight/HardLight/Content.IntegrationTests/PoolManager.cs:line 274
at Content.IntegrationTests.PoolManager.GetServerClient(PoolSettings poolSettings) in /home/runner/work/HardLight/HardLight/Content.IntegrationTests/PoolManager.cs:line 191
at Content.YAMLLinter.Program.GetClientServerAssemblies() in /home/runner/work/HardLight/HardLight/Content.YAMLLinter/Program.cs:line 202
at Content.YAMLLinter.Program.RunValidation() in /home/runner/work/HardLight/HardLight/Content.YAMLLinter/Program.cs:line 137
at Content.YAMLLinter.Program.Main(String[] _) in /home/runner/work/HardLight/HardLight/Content.YAMLLinter/Program.cs:line 48
at Content.YAMLLinter.Program.

(String[] _)

chud life
@HighlandGearhop
Copy link
Copy Markdown
Contributor Author

Fixed the.. space, another check would be deeply appreciated. Thanks.

  • KillSwitch

@fenndragon
Copy link
Copy Markdown
Collaborator

Unhandled exception. System.AggregateException: One or more errors occurred. (One or more errors occurred. (CLIENT: 14.149s [ERRO] proto: Reading Content.Shared._Mono.Company.CompanyPrototype(SIN) threw the following exception: System.ArgumentException: Invalid color code "#ff0000 " and no fallback provided. (Parameter 'hexColor')
at Robust.Shared.Maths.Color.FromHex(ReadOnlySpan1 hexColor, Nullable1 fallback) in /home/runner/work/HardLight/HardLight/RobustToolbox/Robust.Shared.Maths/Color.cs:line 992
at Robust.Shared.Serialization.TypeSerializers.Implementations.ColorSerializer.Read(ISerializationManager serializationManager, ValueDataNode node, IDependencyCollection dependencies, SerializationHookContext hookCtx, ISerializationContext context, InstantiationDelegate1 instanceProvider) in /home/runner/work/HardLight/HardLight/RobustToolbox/Robust.Shared/Serialization/TypeSerializers/Implementations/ColorSerializer.cs:line 22 at lambda_method18000(Closure, DataNode, SerializationHookContext, ISerializationContext, InstantiationDelegate1)
at Robust.Shared.Serialization.Manager.SerializationManager.Read[T](DataNode node, SerializationHookContext hookCtx, ISerializationContext context, InstantiationDelegate1 instanceProvider, Boolean notNullableOverride) in /home/runner/work/HardLight/HardLight/RobustToolbox/Robust.Shared/Serialization/Manager/SerializationManager.Reading.cs:line 82 at lambda_method1625(Closure, CompanyPrototype&, MappingDataNode, SerializationHookContext, ISerializationContext) at lambda_method18340(Closure, DataNode, SerializationHookContext, ISerializationContext, InstantiationDelegate1)
at Robust.Shared.Serialization.Manager.SerializationManager.Read[T](DataNode node, SerializationHookContext hookCtx, ISerializationContext context, InstantiationDelegate1 instanceProvider, Boolean notNullableOverride) in /home/runner/work/HardLight/HardLight/RobustToolbox/Robust.Shared/Serialization/Manager/SerializationManager.Reading.cs:line 54 at lambda_method18338(Closure, DataNode, SerializationHookContext, ISerializationContext) at Robust.Shared.Serialization.Manager.SerializationManager.Read(Type type, DataNode node, SerializationHookContext hookCtx, ISerializationContext context, Boolean notNullableOverride) in /home/runner/work/HardLight/HardLight/RobustToolbox/Robust.Shared/Serialization/Manager/SerializationManager.Reading.cs:line 158 at Robust.Shared.Prototypes.PrototypeManager.TryReadPrototype(Type kind, String id, MappingDataNode mapping, SerializationHookContext hookCtx) in /home/runner/work/HardLight/HardLight/RobustToolbox/Robust.Shared/Prototypes/PrototypeManager.cs:line 616 Exception: )) ---> System.AggregateException: One or more errors occurred. (CLIENT: 14.149s [ERRO] proto: Reading Content.Shared._Mono.Company.CompanyPrototype(SIN) threw the following exception: System.ArgumentException: Invalid color code "#ff0000 " and no fallback provided. (Parameter 'hexColor') at Robust.Shared.Maths.Color.FromHex(ReadOnlySpan1 hexColor, Nullable1 fallback) in /home/runner/work/HardLight/HardLight/RobustToolbox/Robust.Shared.Maths/Color.cs:line 992 at Robust.Shared.Serialization.TypeSerializers.Implementations.ColorSerializer.Read(ISerializationManager serializationManager, ValueDataNode node, IDependencyCollection dependencies, SerializationHookContext hookCtx, ISerializationContext context, InstantiationDelegate1 instanceProvider) in /home/runner/work/HardLight/HardLight/RobustToolbox/Robust.Shared/Serialization/TypeSerializers/Implementations/ColorSerializer.cs:line 22
at lambda_method18000(Closure, DataNode, SerializationHookContext, ISerializationContext, InstantiationDelegate1) at Robust.Shared.Serialization.Manager.SerializationManager.Read[T](DataNode node, SerializationHookContext hookCtx, ISerializationContext context, InstantiationDelegate1 instanceProvider, Boolean notNullableOverride) in /home/runner/work/HardLight/HardLight/RobustToolbox/Robust.Shared/Serialization/Manager/SerializationManager.Reading.cs:line 82
at lambda_method1625(Closure, CompanyPrototype&, MappingDataNode, SerializationHookContext, ISerializationContext)
at lambda_method18340(Closure, DataNode, SerializationHookContext, ISerializationContext, InstantiationDelegate1) at Robust.Shared.Serialization.Manager.SerializationManager.Read[T](DataNode node, SerializationHookContext hookCtx, ISerializationContext context, InstantiationDelegate1 instanceProvider, Boolean notNullableOverride) in /home/runner/work/HardLight/HardLight/RobustToolbox/Robust.Shared/Serialization/Manager/SerializationManager.Reading.cs:line 54
at lambda_method18338(Closure, DataNode, SerializationHookContext, ISerializationContext)
at Robust.Shared.Serialization.Manager.SerializationManager.Read(Type type, DataNode node, SerializationHookContext hookCtx, ISerializationContext context, Boolean notNullableOverride) in /home/runner/work/HardLight/HardLight/RobustToolbox/Robust.Shared/Serialization/Manager/SerializationManager.Reading.cs:line 158
at Robust.Shared.Prototypes.PrototypeManager.TryReadPrototype(Type kind, String id, MappingDataNode mapping, SerializationHookContext hookCtx) in /home/runner/work/HardLight/HardLight/RobustToolbox/Robust.Shared/Prototypes/PrototypeManager.cs:line 616 Exception: )
---> NUnit.Framework.AssertionException: CLIENT: 14.149s [ERRO] proto: Reading Content.Shared._Mono.Company.CompanyPrototype(SIN) threw the following exception: System.ArgumentException: Invalid color code "#ff0000 " and no fallback provided. (Parameter 'hexColor')
at Robust.Shared.Maths.Color.FromHex(ReadOnlySpan1 hexColor, Nullable1 fallback) in /home/runner/work/HardLight/HardLight/RobustToolbox/Robust.Shared.Maths/Color.cs:line 992
at Robust.Shared.Serialization.TypeSerializers.Implementations.ColorSerializer.Read(ISerializationManager serializationManager, ValueDataNode node, IDependencyCollection dependencies, SerializationHookContext hookCtx, ISerializationContext context, InstantiationDelegate1 instanceProvider) in /home/runner/work/HardLight/HardLight/RobustToolbox/Robust.Shared/Serialization/TypeSerializers/Implementations/ColorSerializer.cs:line 22 at lambda_method18000(Closure, DataNode, SerializationHookContext, ISerializationContext, InstantiationDelegate1)
at Robust.Shared.Serialization.Manager.SerializationManager.Read[T](DataNode node, SerializationHookContext hookCtx, ISerializationContext context, InstantiationDelegate1 instanceProvider, Boolean notNullableOverride) in /home/runner/work/HardLight/HardLight/RobustToolbox/Robust.Shared/Serialization/Manager/SerializationManager.Reading.cs:line 82 at lambda_method1625(Closure, CompanyPrototype&, MappingDataNode, SerializationHookContext, ISerializationContext) at lambda_method18340(Closure, DataNode, SerializationHookContext, ISerializationContext, InstantiationDelegate1)
at Robust.Shared.Serialization.Manager.SerializationManager.Read[T](DataNode node, SerializationHookContext hookCtx, ISerializationContext context, InstantiationDelegate1 instanceProvider, Boolean notNullableOverride) in /home/runner/work/HardLight/HardLight/RobustToolbox/Robust.Shared/Serialization/Manager/SerializationManager.Reading.cs:line 54 at lambda_method18338(Closure, DataNode, SerializationHookContext, ISerializationContext) at Robust.Shared.Serialization.Manager.SerializationManager.Read(Type type, DataNode node, SerializationHookContext hookCtx, ISerializationContext context, Boolean notNullableOverride) in /home/runner/work/HardLight/HardLight/RobustToolbox/Robust.Shared/Serialization/Manager/SerializationManager.Reading.cs:line 158 at Robust.Shared.Prototypes.PrototypeManager.TryReadPrototype(Type kind, String id, MappingDataNode mapping, SerializationHookContext hookCtx) in /home/runner/work/HardLight/HardLight/RobustToolbox/Robust.Shared/Prototypes/PrototypeManager.cs:line 616 Exception: at NUnit.Framework.Assert.ReportFailure(String message) at NUnit.Framework.Assert.Fail(String message) at Content.IntegrationTests.PoolTestLogHandler.Log(String sawmillName, LogEvent message) in /home/runner/work/HardLight/HardLight/Content.IntegrationTests/PoolTestLogHandler.cs:line 66 at Robust.Shared.Log.LogManager.Sawmill.LogInternal(String sourceSawmill, LogEvent message) in /home/runner/work/HardLight/HardLight/RobustToolbox/Robust.Shared/Log/LogManager.Sawmill.cs:line 119 at Robust.Shared.Log.LogManager.Sawmill.LogInternal(String sourceSawmill, LogEvent message) in /home/runner/work/HardLight/HardLight/RobustToolbox/Robust.Shared/Log/LogManager.Sawmill.cs:line 130 at Robust.Shared.Log.LogManager.Sawmill.Log(LogLevel level, Exception exception, String message, Object[] args) in /home/runner/work/HardLight/HardLight/RobustToolbox/Robust.Shared/Log/LogManager.Sawmill.cs:line 89 at Robust.Shared.Log.LogManager.Sawmill.Log(LogLevel level, String message, Object[] args) in /home/runner/work/HardLight/HardLight/RobustToolbox/Robust.Shared/Log/LogManager.Sawmill.cs:line 101 at Robust.Shared.Log.LogManager.Sawmill.Log(LogLevel level, String message) in /home/runner/work/HardLight/HardLight/RobustToolbox/Robust.Shared/Log/LogManager.Sawmill.cs:line 106 at Robust.Shared.Log.LogManager.Sawmill.Error(String message) in /home/runner/work/HardLight/HardLight/RobustToolbox/Robust.Shared/Log/LogManager.Sawmill.cs:line 179 at Robust.Shared.Prototypes.PrototypeManager.TryReadPrototype(Type kind, String id, MappingDataNode mapping, SerializationHookContext hookCtx) in /home/runner/work/HardLight/HardLight/RobustToolbox/Robust.Shared/Prototypes/PrototypeManager.cs:line 620 at Robust.Shared.Prototypes.PrototypeManager.<>c__DisplayClass50_0.<InstantiatePrototypes>b__0(Int32 i) in /home/runner/work/HardLight/HardLight/RobustToolbox/Robust.Shared/Prototypes/PrototypeManager.cs:line 584 at System.Threading.Tasks.Parallel.<>c__DisplayClass19_02.b__1(RangeWorker& currentWorker, Int64 timeout, Boolean& replicationDelegateYieldedBeforeCompletion)
--- End of stack trace from previous location ---
at System.Threading.Tasks.Parallel.<>c__DisplayClass19_02.<ForWorker>b__1(RangeWorker& currentWorker, Int64 timeout, Boolean& replicationDelegateYieldedBeforeCompletion) at System.Threading.Tasks.TaskReplicator.Replica.Execute() --- End of inner exception stack trace --- at System.Threading.Tasks.TaskReplicator.Run[TState](ReplicatableUserAction1 action, ParallelOptions options, Boolean stopOnFirstFailure)
at System.Threading.Tasks.Parallel.ForWorker[TLocal,TInt](TInt fromInclusive, TInt toExclusive, ParallelOptions parallelOptions, Action1 body, Action2 bodyWithState, Func4 bodyWithLocal, Func1 localInit, Action1 localFinally) --- End of stack trace from previous location --- at System.Threading.Tasks.Parallel.ForWorker[TLocal,TInt](TInt fromInclusive, TInt toExclusive, ParallelOptions parallelOptions, Action1 body, Action2 bodyWithState, Func4 bodyWithLocal, Func1 localInit, Action1 localFinally)
at System.Threading.Tasks.Parallel.For(Int32 fromInclusive, Int32 toExclusive, Action1 body) at Robust.Shared.Prototypes.PrototypeManager.InstantiatePrototypes(KindData[] kinds, ValueTuple4[] results, Channel1 hooks) in /home/runner/work/HardLight/HardLight/RobustToolbox/Robust.Shared/Prototypes/PrototypeManager.cs:line 579 at Robust.Shared.Prototypes.PrototypeManager.<>c__DisplayClass49_0.<InstantiateKinds>b__2() in /home/runner/work/HardLight/HardLight/RobustToolbox/Robust.Shared/Prototypes/PrototypeManager.cs:line 553 at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Task.Wait() at Robust.Shared.Prototypes.PrototypeManager.InstantiateKinds(KindData[] kinds, Dictionary2 inheritanceTasks) in /home/runner/work/HardLight/HardLight/RobustToolbox/Robust.Shared/Prototypes/PrototypeManager.cs:line 568
at Robust.Shared.Prototypes.PrototypeManager.ResolveResults() in /home/runner/work/HardLight/HardLight/RobustToolbox/Robust.Shared/Prototypes/PrototypeManager.cs:line 518
at Robust.Client.Prototypes.ClientPrototypeManager.LoadDefaultPrototypes(Dictionary2 changed) in /home/runner/work/HardLight/HardLight/RobustToolbox/Robust.Client/Prototypes/ClientPrototypeManager.cs:line 36 at Robust.Client.GameController.StartupContinue(DisplayMode displayMode) in /home/runner/work/HardLight/HardLight/RobustToolbox/Robust.Client/GameController/GameController.cs:line 197 at Robust.UnitTesting.RobustIntegrationTest.ClientIntegrationInstance.Init() in /home/runner/work/HardLight/HardLight/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 1049 at Robust.UnitTesting.RobustIntegrationTest.ClientIntegrationInstance.ThreadMain() in /home/runner/work/HardLight/HardLight/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 943 --- End of stack trace from previous location --- at Robust.UnitTesting.RobustIntegrationTest.IntegrationInstance.WaitIdleImplAsync(Boolean throwOnUnhandled, CancellationToken cancellationToken) in /home/runner/work/HardLight/HardLight/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 477 at Content.IntegrationTests.PoolManager.GenerateClient(PoolSettings poolSettings, TextWriter testOut) in /home/runner/work/HardLight/HardLight/Content.IntegrationTests/PoolManager.cs:line 179 at Content.IntegrationTests.Pair.TestPair.Initialize(PoolSettings settings, TextWriter testOut, List1 testPrototypes) in /home/runner/work/HardLight/HardLight/Content.IntegrationTests/Pair/TestPair.cs:line 68
at Content.IntegrationTests.PoolManager.CreateServerClientPair(PoolSettings poolSettings, TextWriter testOut) in /home/runner/work/HardLight/HardLight/Content.IntegrationTests/PoolManager.cs:line 368
at Content.IntegrationTests.PoolManager.GetServerClientPair(PoolSettings poolSettings) in /home/runner/work/HardLight/HardLight/Content.IntegrationTests/PoolManager.cs:line 261
at Content.IntegrationTests.PoolManager.GetServerClientPair(PoolSettings poolSettings) in /home/runner/work/HardLight/HardLight/Content.IntegrationTests/PoolManager.cs:line 274
at Content.IntegrationTests.PoolManager.GetServerClient(PoolSettings poolSettings) in /home/runner/work/HardLight/HardLight/Content.IntegrationTests/PoolManager.cs:line 191
at Content.YAMLLinter.Program.GetClientServerAssemblies() in /home/runner/work/HardLight/HardLight/Content.YAMLLinter/Program.cs:line 202
at Content.YAMLLinter.Program.RunValidation() in /home/runner/work/HardLight/HardLight/Content.YAMLLinter/Program.cs:line 137
at Content.YAMLLinter.Program.Main(String[] _) in /home/runner/work/HardLight/HardLight/Content.YAMLLinter/Program.cs:line 48
at Content.YAMLLinter.Program.

(String[] _)

fuuuuck
@HighlandGearhop
Copy link
Copy Markdown
Contributor Author

i accidentally left a space in a color line.
im such a fat fucking chud.
fixed.

I HATE COLORS
updated SIN's color to not conflict with gorlex
@fenndragon fenndragon merged commit 87de15a into HardLightSector:master Mar 14, 2026
11 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants