Skip to content

Commit ef12710

Browse files
committed
wrong doc
1 parent 2f1138a commit ef12710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EXILED/Exiled.Events/Patches/Events/Server/RoundEnd.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ private static IEnumerable<CodeInstruction> Transpiler(IEnumerable<CodeInstructi
130130
new(OpCodes.Call, Method(typeof(Handlers.Server), nameof(Handlers.Server.OnEndingRound))),
131131
new(OpCodes.Stloc_S, evEndingRound.LocalIndex),
132132

133-
// this._roundEnded = ev.IsAllowed
133+
// this.IsRoundEnded = ev.IsAllowed
134134
new(OpCodes.Ldarg_0),
135135
new(OpCodes.Ldloc_S, evEndingRound.LocalIndex),
136136
new(OpCodes.Callvirt, PropertyGetter(typeof(EndingRoundEventArgs), nameof(EndingRoundEventArgs.IsAllowed))),

0 commit comments

Comments
 (0)