fixed fenseservice

This commit is contained in:
Alex
2025-01-24 12:18:58 +00:00
parent 627d5dfe5c
commit c46ffb597a
+2 -1
View File
@@ -5,6 +5,7 @@ using Core.Models.Eft.Common.Tables;
using Core.Models.Enums;
using Core.Models.Spt.Config;
using Core.Models.Spt.Fence;
using Core.Models.Utils;
using Core.Servers;
using Core.Utils;
using Core.Utils.Cloners;
@@ -15,7 +16,7 @@ namespace Core.Services;
[Injectable(InjectionType.Singleton)]
public class FenceService(
ILogger logger,
ISptLogger<FenceService> logger,
TimeUtil timeUtil,
RandomUtil randomUtil,
DatabaseService databaseService,