From d8fdef4e5b48d0b4987b2ac3cef8142762d23066 Mon Sep 17 00:00:00 2001 From: SELEKCJONER Date: Thu, 26 Sep 2024 17:50:14 +0200 Subject: [PATCH] Add missing { --- EpinelPS/Database/JsonDb.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EpinelPS/Database/JsonDb.cs b/EpinelPS/Database/JsonDb.cs index 334482a..687039f 100644 --- a/EpinelPS/Database/JsonDb.cs +++ b/EpinelPS/Database/JsonDb.cs @@ -307,7 +307,7 @@ namespace EpinelPS.Database } else - // The character with Tid 'c' does not exist in 'characterTable' + { // The character with Tid 'c' does not exist in 'characterTable' return false; } }