Code cleanup and format
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
using SPTarkov.Common.Annotations;
|
||||
using SPTarkov.Server.Core.Generators;
|
||||
using SPTarkov.Server.Core.Helpers;
|
||||
using SPTarkov.Server.Core.Models.Eft.Common.Tables;
|
||||
@@ -9,7 +10,6 @@ using SPTarkov.Server.Core.Servers;
|
||||
using SPTarkov.Server.Core.Services;
|
||||
using SPTarkov.Server.Core.Utils;
|
||||
using SPTarkov.Server.Core.Utils.Cloners;
|
||||
using SPTarkov.Common.Annotations;
|
||||
|
||||
namespace SPTarkov.Server.Core.Controllers;
|
||||
|
||||
@@ -73,8 +73,8 @@ public class TraderController(
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Adjust trader item prices based on config value multiplier
|
||||
/// only applies to items sold for currency
|
||||
/// Adjust trader item prices based on config value multiplier
|
||||
/// only applies to items sold for currency
|
||||
/// </summary>
|
||||
/// <param name="trader">Trader to adjust prices of</param>
|
||||
/// <param name="multiplier">Coef to apply to traders' items' prices</param>
|
||||
|
||||
Reference in New Issue
Block a user