Skip to content

Commit

Permalink
Name simplification in ModMessageHelper.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonFire47 committed Jan 13, 2022
1 parent 82f985d commit 13627f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PulsarModLoader/ModMessage/ModMessageHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public class ModMessageHelper : PLMonoBehaviour
protected override void Awake() //gameobject startup script
{
base.Awake();
ModMessageHelper.Instance = this;
Instance = this;
PlayersWithMods = new Dictionary<PhotonPlayer, string>();
}
public string GetModName(string modName)
Expand Down

0 comments on commit 13627f7

Please sign in to comment.