From 22d98c8c9b5e3460014e198ce8ea71b72c25bb0d Mon Sep 17 00:00:00 2001 From: Monty Marz Date: Sun, 23 Aug 2020 13:36:11 +0200 Subject: [PATCH] fix filepath --- common/src/comp/inventory/item/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/comp/inventory/item/mod.rs b/common/src/comp/inventory/item/mod.rs index e453f01322..b786d7d47c 100644 --- a/common/src/comp/inventory/item/mod.rs +++ b/common/src/comp/inventory/item/mod.rs @@ -178,7 +178,7 @@ impl Item { "common.loot_tables.loot_table_weapon_uncommon", ), 1 => assets::load_expect::>( - "common.loot_tables.loot_weapon_common", + "common.loot_tables.loot_table_weapon_common", ), 2 => assets::load_expect::>( "common.loot_tables.loot_table_armor_light",