Skip to content

Commit

Permalink
Fix Builds
Browse files Browse the repository at this point in the history
  • Loading branch information
NotZer0Two committed Aug 21, 2024
1 parent b0afc5d commit 5737064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EXILED/Exiled.API/Extensions/MirrorExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ public static void MoveNetworkIdentityObject(this Player player, NetworkIdentity
player.Connection.Send(objectDestroyMessage, 0);
SendSpawnMessageMethodInfo?.Invoke(null, new object[] { identity, player.Connection });
}

/// <summary>
/// Sends to the player a Fake Change Scene.
/// </summary>
Expand Down

0 comments on commit 5737064

Please sign in to comment.