Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
NotZer0Two committed Aug 14, 2024
1 parent 577d278 commit 8727aa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Exiled.API/Features/Player.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4124,6 +4124,7 @@ public void MoveNetworkIdentityObject(NetworkIdentity identity, Vector3 pos)
MirrorExtensions.SendSpawnMessageMethodInfo?.Invoke(null, new object[] { identity, Connection });
}

/// <summary>
/// Scales an object for the specified player.
/// </summary>
/// <param name="identity">The <see cref="Mirror.NetworkIdentity"/> to scale.</param>
Expand Down
1 change: 1 addition & 0 deletions Exiled.API/Features/Server.cs
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ public static void MoveNetworkIdentityObject(NetworkIdentity identity, Vector3 p
}
}

/// <summary>
/// Scales an object for all players.
/// </summary>
/// <param name="identity">The <see cref="Mirror.NetworkIdentity"/> to scale.</param>
Expand Down

0 comments on commit 8727aa3

Please sign in to comment.