Linter error

This commit is contained in:
null 2024-05-07 01:48:43 +02:00
parent 23d20224f4
commit e33082620c
No known key found for this signature in database
GPG Key ID: 212F05528FD678BE
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ public sealed class CargoTest
public static HashSet<ProtoId<CargoProductPrototype>> Ignored = new ()
{
// This is ignored because it is explicitly intended to be able to sell for more than it costs.
new("FunCrateGambling")
// new("FunCrateGambling")
};
[Test]