Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Commit

Permalink
Remove unneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
gompoc committed Nov 14, 2021
1 parent d527e9a commit 948f913
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ActionMenuApi/ActionMenuApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ public partial class ActionMenuApi : MelonMod

public override void OnApplicationStart()
{
Utilities.ScanMethod(typeof(VRCUiManager).GetMethod(nameof(VRCUiManager.Method_Public_Void_Boolean_Boolean_1)));
Utilities.ScanMethod(typeof(VRCUiManager).GetMethod(nameof(VRCUiManager.Method_Public_Void_String_Boolean_0)));
ResourcesManager.LoadTextures();
MelonCoroutines.Start(WaitForActionMenuInit());
try
Expand Down

0 comments on commit 948f913

Please sign in to comment.