We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 925ee34 commit 478df81Copy full SHA for 478df81
EXILED/Exiled.Events/Patches/Events/Server/RoundEnd.cs
@@ -51,9 +51,6 @@ private static IEnumerable<CodeInstruction> Transpiler(IEnumerable<CodeInstructi
51
{
52
List<CodeInstruction> newInstructions = ListPool<CodeInstruction>.Pool.Get(instructions);
53
54
- for (int z = 0; z < newInstructions.Count; z++)
55
- Log.Info($"[{z}] {newInstructions[z].opcode} {newInstructions[z].operand} ({newInstructions[z].labels.Count})");
56
-
57
const string LeadingTeam = "<leadingTeam>5__4";
58
const string NewList = "<newList>5__3";
59
0 commit comments