You had one job auto-formatter

This commit is contained in:
WantedDV 2023-04-18 08:12:59 -02:30
parent d069df0c86
commit 420b894512

View File

@ -58,7 +58,7 @@ namespace loot
}
// Item id for extra CaC slots
if (dvar_cg_unlockall_cac_slots->current.value.enabled && (item_id == 99003))
if (dvar_cg_unlockall_cac_slots->current.value.enabled && item_id == 99003)
{
return 1;
}