Skip to content

Commit 377ff6c

Browse files
author
oxygencraft125
authored
Update OpenAllPortsMod.cs
1 parent c0b0112 commit 377ff6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

TemplateMod/OpenAllPortsMod.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ public class OpenAllPortsMod : Pathfinder.PathfinderMod
77
{
88
public override string GetIdentifier()
99
{
10-
return "Open All Ports Mod";
10+
return "Debug Mod";
1111
}
1212

1313
public override void Load()
1414
{
15-
Console.WriteLine("Loading Open All Ports Mod");
15+
Console.WriteLine("Loading Debug Mod");
1616
}
1717

1818
public override void LoadContent()
@@ -79,7 +79,7 @@ public override void LoadContent()
7979

8080
public override void Unload()
8181
{
82-
Console.WriteLine("Unloading Open All Ports Mod");
82+
Console.WriteLine("Unloading Debug Mod");
8383
}
8484

8585
}

0 commit comments

Comments
 (0)