mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 09:50:43 -05:00
Fix app context
This commit is contained in:
parent
6d601f85cd
commit
01127d651e
@ -24,7 +24,7 @@ export class ApplicationContext
|
||||
{
|
||||
if (this.variables.has(type))
|
||||
{
|
||||
return this.variables.get(type)?.getTail()?.getValue();
|
||||
return this.variables.get(type)?.getTail();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user