mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 09:10:43 -05:00
Fix code error in clearValues()
This commit is contained in:
parent
8a964aef29
commit
c2cd9ff895
@ -64,7 +64,7 @@ export class ApplicationContext
|
||||
|
||||
public clearValues(type: ContextVariableType): void
|
||||
{
|
||||
this.variables.has(type)
|
||||
if (this.variables.has(type))
|
||||
{
|
||||
this.variables.delete(type);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user