Skip to content

Commit

Permalink
Guid changes
Browse files Browse the repository at this point in the history
  • Loading branch information
developer9998 committed Nov 5, 2024
1 parent 1ca9d89 commit 797265b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Utilla/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
internal class Constants
{
public const string Guid = "legoandmars.utilla";
public const string Guid = "org.legoandmars.gorillatag.utilla";

public const string Name = "Utilla";

Expand Down
1 change: 1 addition & 0 deletions Utilla/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public void PostInitialized(object sender, EventArgs e)
Logging.Info("Game initialized");

GameObject gameModeManagerObject = new(typeof(GamemodeManager).FullName, typeof(GamemodeManager));
DontDestroyOnLoad(gameModeManagerObject);
_networkController.gameModeManager = gameModeManagerObject.GetComponent<GamemodeManager>();
}
}
Expand Down
3 changes: 0 additions & 3 deletions Utilla/UtillaGamemodeSelector.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@
using System.Linq;
using GorillaNetworking;
using Utilla.Models;
using GorillaExtensions;
using HarmonyLib;
using System.Globalization;
using TMPro;
using UnityEngine.Events;
using Utilla.Utils;
using Utilla.Tools;
using GorillaGameModes;

Expand Down

0 comments on commit 797265b

Please sign in to comment.