fix injections, fix logging

This commit is contained in:
CWX
2025-01-12 16:53:46 +00:00
parent a8ef6655d7
commit c171bfe76c
5 changed files with 5 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@ using Core.Models.Spt.Config;
using Core.Models.Spt.Weather;
using Core.Servers;
using Core.Services;
using ILogger = Core.Models.Utils.ILogger;
namespace Core.Controllers;