We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0b0112 commit 377ff6cCopy full SHA for 377ff6c
TemplateMod/OpenAllPortsMod.cs
@@ -7,12 +7,12 @@ public class OpenAllPortsMod : Pathfinder.PathfinderMod
7
{
8
public override string GetIdentifier()
9
10
- return "Open All Ports Mod";
+ return "Debug Mod";
11
}
12
13
public override void Load()
14
15
- Console.WriteLine("Loading Open All Ports Mod");
+ Console.WriteLine("Loading Debug Mod");
16
17
18
public override void LoadContent()
@@ -79,7 +79,7 @@ public override void LoadContent()
79
80
public override void Unload()
81
82
- Console.WriteLine("Unloading Open All Ports Mod");
+ Console.WriteLine("Unloading Debug Mod");
83
84
85
0 commit comments