From ecd5f61357c3ad64076643ffd6ba90e03074d239 Mon Sep 17 00:00:00 2001 From: CWX Date: Sat, 14 Jun 2025 18:58:57 +0100 Subject: [PATCH] fix logging for locations string --- Libraries/SPTarkov.Server.Core/Services/DatabaseService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/SPTarkov.Server.Core/Services/DatabaseService.cs b/Libraries/SPTarkov.Server.Core/Services/DatabaseService.cs index 85c44072..2614a739 100644 --- a/Libraries/SPTarkov.Server.Core/Services/DatabaseService.cs +++ b/Libraries/SPTarkov.Server.Core/Services/DatabaseService.cs @@ -93,7 +93,7 @@ public class DatabaseService( if (_databaseServer.GetTables().Locations == null) { throw new Exception( - _localisationService.GetText("database-data_at_path_missing", "assets/database/locales") + _localisationService.GetText("database-data_at_path_missing", "assets/database/locations") ); }