Updated mod name

This commit is contained in:
Chomp
2025-02-08 13:36:16 +00:00
parent 2b9a6ab7b2
commit 7900c21e33
2 changed files with 3 additions and 3 deletions
@@ -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,5 +1,5 @@
{
"Name": "6ReplaceMethod",
"Name": "6OverrideMethod",
"Version": "1.0.0",
"SptVersion": "~4.0",
"LoadBefore": [],