Skip to content

Commit

Permalink
Fix for new OpenMod version
Browse files Browse the repository at this point in the history
  • Loading branch information
DiFFoZ authored Jun 7, 2022
1 parent aaca66c commit 2dd0e6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Kits/translations.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
commands:
kits: "Your available kits: {Kits:cond:{Kits:l:{Name}{Cost:cond:!=0?({}{MoneySymbol})|}|, }|'none'}"
kits: "Your available kits: {Kits:cond:{Kits:list:{Name}{Cost:cond:!=0?({}{MoneySymbol})|}|, }|'none'}"
kit:
success: "Kit {Kit.Name} successfully received"
exist: "Kit with name {Name} already exists"
Expand All @@ -15,4 +15,4 @@ commands:
success: "Successfully created kit {Kit.Name}"
remove:
success: "Kit {Name} successfully removed"
fail: "Kit {Name} not found"
fail: "Kit {Name} not found"

0 comments on commit 2dd0e6d

Please # to comment.