Fix: Additional change for wall upgrading (!31)

Co-authored-by: Dev <dev@noreply.dev.sp-tarkov.com>
Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/31
This commit is contained in:
chomp 2023-03-06 12:23:14 +00:00
parent 9a3471e0ca
commit e7a44330fa

View File

@ -917,6 +917,7 @@ export class HideoutHelper
if (wall.level === 0) if (wall.level === 0)
{ {
wall.level++; wall.level++;
wall.constructing = true;
return; return;
} }