Server/project/assets/database
Deadly Alden 4fc012b422 Revamp structure of socket debug messages (!214)
**Description**
This pull request changes the WebSocket connection `handle lost` log message in the `wsOnConnection` method of the `GameSocket` class. The original log message was:

```typescript
this.logger.debug(this.localisationService.getText("websocket-socket_lost_deleting_handle");
>>> [WS] Socket lost, deleting handle, status: %s
```

Which was inconsistent with most other languages. It can be understood from context that the socket was lost, therefor deleted and closed. Instead now;

```typescript
this.logger.debug(this.localisationService.getText("websocket-socket_lost_deleting_handle");
>>> [WS] Socket lost, deleting handle
```

This is achieved through editing the languages one by one and removing the "`status: %s`" component.

**Related**
- Closes: https://dev.sp-tarkov.com/SPT-AKI/Issues/issues/421

Co-authored-by: Deadly <info.saddiki@gmail.com>
Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/214
Co-authored-by: Deadly Alden <deadly@noreply.dev.sp-tarkov.com>
Co-committed-by: Deadly Alden <deadly@noreply.dev.sp-tarkov.com>
2024-02-06 09:07:23 +00:00
..
bots Update PMC mod item data 2024-02-05 15:37:01 +00:00
hideout JSON update 2024-01-24 13:48:02 +00:00
locales Revamp structure of socket debug messages (!214) 2024-02-06 09:07:23 +00:00
locations Bot wave adjustments 2024-01-24 19:49:42 +00:00
loot Update map loot 2024-01-18 21:25:31 +00:00
match 0.13.5.0 (!147) 2023-10-10 11:03:20 +00:00
templates Add missing initialLoyaltyLevel values to standard account templates 2024-02-04 19:58:57 +00:00
traders Rework sell all scav gear button to send money as mail 2024-02-04 19:27:35 +00:00
globals.json JSON update 2024-01-24 13:48:02 +00:00
server.json Add Repo 2023-03-03 15:23:46 +00:00
settings.json 24605 (!103) 2023-07-07 20:24:42 +00:00