From 1e0b768786328e4c58a29bbd90d8c3aa6b43199d Mon Sep 17 00:00:00 2001
From: ElRabbito <elrabbito@noreply.dev.sp-tarkov.com>
Date: Thu, 12 Oct 2023 19:51:10 +0000
Subject: [PATCH] Fixing playerscav.json error causing exceptions when karma is
 below -5 (!149)

That error caused game freeze because of server exception after played scav death or after successful extraction of played scav

Co-authored-by: ElRabbito <you@example.com>
Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/149
Co-authored-by: ElRabbito <elrabbito@noreply.dev.sp-tarkov.com>
Co-committed-by: ElRabbito <elrabbito@noreply.dev.sp-tarkov.com>
---
 project/assets/configs/playerscav.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/project/assets/configs/playerscav.json b/project/assets/configs/playerscav.json
index f7e528cb..42fcba44 100644
--- a/project/assets/configs/playerscav.json
+++ b/project/assets/configs/playerscav.json
@@ -245,9 +245,9 @@
                         "1": 1
                     },
                     "whitelist": []
-                },
-                "labsAccessCardChancePercent": 0
-            }
+                }
+            },
+            "labsAccessCardChancePercent": 0
         },
         "-4": {
             "botTypeForLoot": "assault",