Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
scrim-dev committed Dec 7, 2024
1 parent 59d5d63 commit 47bec8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CatalyssMod/ExtraGUIs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ internal class ExtraGUIs : MonoBehaviour
{
public void OnGUI()
{

//To do
}
}
}
3 changes: 1 addition & 2 deletions CatalyssMod/Utils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ private void Update()
else
{
GetPlayer().GetComponentInChildren<Player>()._inIFrame = false;
GetPlayer().GetComponentInChildren<Player>().Set_IFrame(0);
}

if(CatalyssMonoMod.InfManaTog)
Expand All @@ -95,7 +94,7 @@ public static void JoinPlyrByID()
string s = File.ReadAllText($"{Directory.GetCurrentDirectory}\\PlayerSteamID.txt");
if (s.Length > 0)
{

//To do
}
}
catch { return; }
Expand Down

0 comments on commit 47bec8d

Please sign in to comment.