From 713eb0a4402c7eabd438ee0668dcc47a4df7e2c9 Mon Sep 17 00:00:00 2001 From: RedBigz Date: Tue, 24 Dec 2024 12:42:12 +1000 Subject: [PATCH] Add using that wasn't committed --- TABGVR.Server/Identification.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TABGVR.Server/Identification.cs b/TABGVR.Server/Identification.cs index 354d491..546e5cf 100644 --- a/TABGVR.Server/Identification.cs +++ b/TABGVR.Server/Identification.cs @@ -1,6 +1,10 @@ using Epic.OnlineServices.AntiCheatCommon; using Landfall.Network; +#if TASM +using TASM.Common.Helpers; +#endif + namespace TABGVR.Server; ///