Fixed injections for example 14
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user