Skip to content

Commit

Permalink
Removed redundant parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Chomp committed Dec 5, 2024
1 parent 0d28b28 commit 4cb4e65
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions project/src/services/CircleOfCultistService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ export class CircleOfCultistService {
pmcData,
cultistCraftData._id,
sacrificedItems,
rewardAmountRoubles,
craftingInfo.time,
);

Expand Down Expand Up @@ -197,15 +196,13 @@ export class CircleOfCultistService {
* @param pmcData Player profile
* @param recipeId Recipe id
* @param sacrificedItems Items player sacrificed
* @param rewardAmountRoubles Rouble amount to reward player in items with
* @param craftingTime How long the ritual should take
*/
protected registerCircleOfCultistProduction(
sessionId: string,
pmcData: IPmcData,
recipeId: string,
sacrificedItems: IItem[],
rewardAmountRoubles: number,
craftingTime: number,
): void {
// Create circle production/craft object to add to player profile
Expand Down

0 comments on commit 4cb4e65

Please sign in to comment.