Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
tugaru1975 authored Mar 29, 2022
1 parent 889eaa9 commit 2749c1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions TownOfPlus/Patches/CustomOverlays.cs
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,7 @@ public static void showInfoOverlay()
overlayShown = true;

Transform parent;
if (MeetingHud.Instance != null)
parent = MeetingHud.Instance.transform;
else
parent = hudManager.transform;
parent = hudManager.transform;

infoUnderlay.transform.parent = parent;
infoOverlayRules.transform.parent = parent;
Expand Down
2 changes: 1 addition & 1 deletion TownOfPlus/main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class main : BasePlugin
//Modの詳細
public const string Id = "com.tugaru.TownOfPlus";
public const string Name = "TownOfPlus";
public const string Version = "1.2.0";
public const string Version = "1.2.1";
public static System.Version VersionId = System.Version.Parse(Version);

public Harmony Harmony { get; } = new Harmony(Id);
Expand Down

0 comments on commit 2749c1d

Please # to comment.