We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ab1c4b commit 2f12399Copy full SHA for 2f12399
EXILED/Exiled.Events/Patches/Events/Map/Scp244Spawning.cs
@@ -76,9 +76,6 @@ private static IEnumerable<CodeInstruction> Transpiler(IEnumerable<CodeInstructi
76
new CodeInstruction(OpCodes.Ldloc_S, pickup.LocalIndex).WithLabels(continueLabel),
77
});
78
79
- for (int z = 0; z < newInstructions.Count; z++)
80
- API.Features.Log.Info($"[{z}] {newInstructions[z].opcode} {newInstructions[z].operand} : {newInstructions[z].labels.Count}");
81
-
82
for (int z = 0; z < newInstructions.Count; z++)
83
yield return newInstructions[z];
84
0 commit comments