Updated mod name
This commit is contained in:
+2
-2
@@ -7,9 +7,9 @@ using SptCommon.Annotations;
|
||||
namespace ExampleMods.Mods._6ReplaceMethod
|
||||
{
|
||||
[Injectable(InjectableTypeOverride = typeof(Watermark))]
|
||||
public class ReplaceMethod: Watermark
|
||||
public class OverrideMethod: Watermark
|
||||
{
|
||||
public ReplaceMethod(
|
||||
public OverrideMethod(
|
||||
ISptLogger<Watermark> logger, // The logger needs to use the same type as the overriden type (in this case, Watermark)
|
||||
ConfigServer configServer,
|
||||
LocalisationService localisationService,
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"Name": "6ReplaceMethod",
|
||||
"Name": "6OverrideMethod",
|
||||
"Version": "1.0.0",
|
||||
"SptVersion": "~4.0",
|
||||
"LoadBefore": [],
|
||||
Reference in New Issue
Block a user