From b936c47f348789015f3edd57c2412caab1bb7bf5 Mon Sep 17 00:00:00 2001 From: Dev Date: Sat, 1 Jun 2024 16:04:08 +0100 Subject: [PATCH] Fixed typo in locale text --- project/assets/database/locales/server/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/assets/database/locales/server/en.json b/project/assets/database/locales/server/en.json index 940134e2..18987eaf 100644 --- a/project/assets/database/locales/server/en.json +++ b/project/assets/database/locales/server/en.json @@ -36,7 +36,7 @@ "bot-unable_to_add_mod_item_invalid": "Mod: {{itemName}} is not a valid item, unable to add to slot: '{{modSlot}}' on item: {{parentItemName}}, skipping", "bot-unable_to_add_mods_to_weapon_missing_ammo_slot": "Unable to add mods to weapon: {{weaponName}} {{weaponId}} as it lacks slots, cartridges or chambers - {{botRole}}", "bot-unable_to_edit_limits_of_unknown_map": "Unable to edit bot limits of map: %s as it cannot be found", - "bot-unable_to_fill_camora_slot_mod_pool_empty": "Unable to fill weapons camora (chamber) slots for: {{weaponId}} - {{weaponName}}. The mod pool for was empty, attempting to generate dynamically", + "bot-unable_to_fill_camora_slot_mod_pool_empty": "Unable to fill weapons camora (chamber) slots for: {{weaponId}} - {{weaponName}}. The mod pool for it was empty, attempting to generate dynamically", "bot-unable_to_filter_mod_slot_all_blacklisted": "Unable to generate filtered dynamic weapon mod pool as blacklist filtered out all mods for slot: %s, ignoring blacklist and regenerating pool", "bot-unable_to_filter_mods_all_blacklisted": "Unable to filter mods for slot: {{slotName}} on {{itemName}} as they were all blacklisted, ignoring blacklist", "bot-unable_to_find_ammo_item": "Unable to find ammo template with tpl: %s",