forgot a file

This commit is contained in:
Chomp
2025-07-28 15:11:05 +01:00
parent 623fce1484
commit 9db4f65002
@@ -574,7 +574,7 @@ public class BotEquipmentModGenerator(
// If the parent is a UBGL, the patron_in_weapon will be generated later - so skip it for now
if (
modSlot == "patron_in_weapon"
&& itemHelper.IsOfBaseclass(request.ParentTemplate.Id, BaseClasses.UBGL)
&& itemHelper.IsOfBaseclass(request.ParentTemplate.Id, BaseClasses.LAUNCHER)
)
{
continue;