mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 08:10:44 -05:00
Typo
This commit is contained in:
parent
f2caff3c70
commit
25ea9afae4
@ -104,7 +104,7 @@ export class RagfairServerHelper
|
|||||||
* @param itemTemplateId Item tpl to check is blacklisted
|
* @param itemTemplateId Item tpl to check is blacklisted
|
||||||
* @returns True if its blacklsited
|
* @returns True if its blacklsited
|
||||||
*/
|
*/
|
||||||
protected isItemOnCustomBlacklist(itemTemplateId: string): boolean
|
protected isItemOnCustomFleaBlacklist(itemTemplateId: string): boolean
|
||||||
{
|
{
|
||||||
if (!this.itemHelper.isValidItem(itemTemplateId))
|
if (!this.itemHelper.isValidItem(itemTemplateId))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user