Skip to content

Commit

Permalink
hopefully this fixes your actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AlchlcDvl committed Jul 7, 2023
1 parent cf81f41 commit add5db5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions TownOfUsReworked/TownOfUsReworked.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@ public class TownOfUsReworked : BasePlugin
public static bool Persistence = true;
public static bool IsTest;
public static bool MCIActive = true;
public static Debugger Debugger;

public static DebuggerBehaviour Debugger;

public Harmony Harmony => new(Id);

Expand Down Expand Up @@ -140,7 +139,7 @@ public override void Load()
ClassInjector.RegisterTypeInIl2Cpp<MeetingHudPagingBehaviour>();
ClassInjector.RegisterTypeInIl2Cpp<VitalsPagingBehaviour>();
ClassInjector.RegisterTypeInIl2Cpp<ColorBehaviour>();
ClassInjector.RegisterTypeInIl2Cpp<Debugger>();
ClassInjector.RegisterTypeInIl2Cpp<DebuggerBehaviour>();
ClassInjector.RegisterTypeInIl2Cpp<Tasks>();

Check failure on line 143 in TownOfUsReworked/TownOfUsReworked.cs

View workflow job for this annotation

GitHub Actions / build (Release)

The type or namespace name 'Tasks' could not be found (are you missing a using directive or an assembly reference?)

Debugger = AddComponent<DebuggerBehaviour>();
Expand Down

0 comments on commit add5db5

Please sign in to comment.