Skip to content

Commit

Permalink
Removed Debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
NotZer0Two committed Nov 22, 2024
1 parent 95a71ca commit 17ea8a8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions EXILED/Exiled.Events/Patches/Fixes/ServerSideDancesPatch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ private static IEnumerable<CodeInstruction> Transpiler(IEnumerable<CodeInstructi
int offset = 4;
int index = newInstructions.FindIndex(instruction => instruction.Calls(Method(typeof(SubroutineBase), nameof(SubroutineBase.ServerWriteRpc)))) + offset;

Log.Info(index);

newInstructions.InsertRange(index, new List<CodeInstruction>()
{
new CodeInstruction(OpCodes.Br_S, skip),
Expand Down

0 comments on commit 17ea8a8

Please sign in to comment.