Skip to content

Commit 04d53cd

Browse files
authored
Update EXILED/Exiled.Events/Patches/Generic/Scp079Recontain.cs
1 parent 5ec9a21 commit 04d53cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EXILED/Exiled.Events/Patches/Generic/Scp079Recontain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ private static IEnumerable<CodeInstruction> Transpiler(IEnumerable<CodeInstructi
3939
// return;
4040
new CodeInstruction(OpCodes.Call, PropertyGetter(typeof(Exiled.Events.Events), nameof(Exiled.Events.Events.Instance))),
4141
new(OpCodes.Callvirt, PropertyGetter(typeof(Exiled.Events.Events), nameof(Exiled.Events.Events.Config))),
42-
new(OpCodes.Callvirt, PropertyGetter(typeof(Exiled.Events.Config), nameof(Exiled.Events.Config.ShouldScp079RecontainedWhenNoScps))),
42+
new(OpCodes.Callvirt, PropertyGetter(typeof(Exiled.Events.Config), nameof(Exiled.Events.Config.ShouldRecontainScp079IfNoScpsLeft))),
4343
new(OpCodes.Brfalse_S, ret),
4444
});
4545

0 commit comments

Comments
 (0)