Skip to content

Commit

Permalink
Review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dartasen authored and tornac1234 committed Aug 21, 2024
1 parent 3807b79 commit 07cdb19
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 41 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
using NitroxClient.Communication.Packets.Processors.Abstract;
using NitroxClient.GameLogic;
using NitroxModel.Packets;
using NitroxModel_Subnautica.DataStructures;

namespace NitroxClient.Communication.Packets.Processors;

Expand Down

This file was deleted.

16 changes: 0 additions & 16 deletions NitroxPatcher/Patches/Dynamic/SubFire_FireSimulation_Patch.cs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

namespace NitroxPatcher.Patches.Persistent;

// TODO: Rework this to be less ad hoc and more robust with command line arguments
public sealed partial class uGUI_MainMenu_Start_Patch : NitroxPatch, IPersistentPatch
{
private static readonly MethodInfo TARGET_METHOD_ENUMERATOR = Reflect.Method((uGUI_MainMenu t) => t.Start());
Expand Down

0 comments on commit 07cdb19

Please sign in to comment.