Fixed injections for example 14

This commit is contained in:
Chomp
2025-02-12 15:34:30 +00:00
parent e9bfce4b28
commit 06eebbb0f4
@@ -7,7 +7,8 @@ using SptCommon.Annotations;
namespace _14AfterDBLoadHook;
[Injectable]
[Injectable(InjectableTypeOverride = typeof(IPostDBLoadMod))]
[Injectable(InjectableTypeOverride = typeof(IPostSptLoadMod))]
public class AfterDBLoadHook : IPostDBLoadMod, IPostSptLoadMod
{
private readonly ConfigServer _configServer;