Improve comments inside modIsFrontOrRearSight()
This commit is contained in:
parent
ac5103390c
commit
72a1eb0a34
@ -548,8 +548,9 @@ export class BotEquipmentModGenerator
|
||||
*/
|
||||
protected modIsFrontOrRearSight(modSlot: string, tpl: string): boolean
|
||||
{
|
||||
if (modSlot === "mod_gas_block" && tpl === "5ae30e795acfc408fb139a0b")
|
||||
{ // M4A1 front sight with gas block
|
||||
// Gas block /w front sight is special case, deem it a 'front sight' too
|
||||
if (modSlot === "mod_gas_block" && tpl === "5ae30e795acfc408fb139a0b") // M4A1 front sight with gas block
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user