Fix warnings and code cleanup/fixes (#13570)
This commit is contained in:
@@ -84,7 +84,7 @@ public sealed class StatValuesCommand : IConsoleCommand
|
||||
if (price == 0)
|
||||
continue;
|
||||
|
||||
values.Add(new string[]
|
||||
values.Add(new[]
|
||||
{
|
||||
id,
|
||||
$"{price:0}",
|
||||
|
||||
Reference in New Issue
Block a user