diff --git a/EXILED/Exiled.Events/Patches/Events/Player/ReservedSlotPatch.cs b/EXILED/Exiled.Events/Patches/Events/Player/ReservedSlotPatch.cs
index 68c3c315bc..309164aabf 100644
--- a/EXILED/Exiled.Events/Patches/Events/Player/ReservedSlotPatch.cs
+++ b/EXILED/Exiled.Events/Patches/Events/Player/ReservedSlotPatch.cs
@@ -21,11 +21,11 @@ namespace Exiled.Events.Patches.Events.Player
using static HarmonyLib.AccessTools;
///
- /// Patches .
+ /// Patches .
/// Adds the event.
///
[EventPatch(typeof(Player), nameof(Player.ReservedSlot))]
- [HarmonyPatch(typeof(ReservedSlot), nameof(ReservedSlot.HasReservedSlot))]
+ [HarmonyPatch(typeof(CustomLiteNetLib4MirrorTransport), nameof(CustomLiteNetLib4MirrorTransport.HasReservedSlot))]
internal static class ReservedSlotPatch
{
private static IEnumerable Transpiler(IEnumerable instructions, ILGenerator generator)