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 c723360 commit 8bf5c78Copy full SHA for 8bf5c78
NebulaPatcher/NebulaPlugin.cs
@@ -8,12 +8,12 @@
8
9
namespace NebulaPatcher
10
{
11
- [BepInPlugin("com.github.hubertgendron.nebula", "Nebula - Multiplayer Mod", "0.0.2.0")]
+ [BepInPlugin("dsp.nebula-multiplayer", "Nebula - Multiplayer Mod", "0.2.0.0")]
12
[BepInDependency("dsp.galactic-scale.2", BepInDependency.DependencyFlags.SoftDependency)] // to load after GS2
13
[BepInProcess("DSPGAME.exe")]
14
public class NebulaPlugin : BaseUnityPlugin
15
16
- Harmony harmony = new Harmony("com.github.hubertgendron.nebula");
+ Harmony harmony = new Harmony("dsp.nebula-multiplayer");
17
18
void Awake()
19
0 commit comments