We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7abb724 commit 3f6bea2Copy full SHA for 3f6bea2
EXILED/Exiled.Events/Patches/Events/Player/InteractingGenerator.cs
@@ -162,13 +162,9 @@ private static IEnumerable<CodeInstruction> Transpiler(IEnumerable<CodeInstructi
162
new CodeInstruction(OpCodes.Nop).WithLabels(skip),
163
});
164
165
- offset = -5;
+ offset = -6;
166
index = newInstructions.FindLastIndex(instruction => instruction.Calls(Method(typeof(Scp079Generator), nameof(Scp079Generator.RpcDenied)))) + offset;
167
168
- newInstructions.RemoveRange(index, 7);
169
-
170
- offset = -3;
171
- index = newInstructions.FindLastIndex(x => x.operand == (object)Field(typeof(Scp079Generator), nameof(Scp079Generator._unlockCooldownTime))) + offset;
172
newInstructions.InsertRange(
173
index,
174
new[]
0 commit comments