mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 09:50:43 -05:00
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
|
protected modIsFrontOrRearSight(modSlot: string, tpl: string): boolean
|
||||||
{
|
{
|
||||||
if (modSlot === "mod_gas_block" && tpl === "5ae30e795acfc408fb139a0b")
|
// Gas block /w front sight is special case, deem it a 'front sight' too
|
||||||
{ // M4A1 front sight with gas block
|
if (modSlot === "mod_gas_block" && tpl === "5ae30e795acfc408fb139a0b") // M4A1 front sight with gas block
|
||||||
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user