From f861a9c25a243c7f299f84a9683c27a8b6df4822 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 30 Jan 2024 14:55:42 +0000 Subject: [PATCH] removed BOM from GCHandler --- GCHandler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GCHandler.cs b/GCHandler.cs index e25f524..9ac5393 100644 --- a/GCHandler.cs +++ b/GCHandler.cs @@ -1,4 +1,4 @@ -namespace LootDumpProcessor; +namespace LootDumpProcessor; public static class GCHandler {