Skip to content

Commit

Permalink
Fixed Building Errors
Browse files Browse the repository at this point in the history
  • Loading branch information
NotZer0Two committed Aug 11, 2024
1 parent 7390d42 commit a686c6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion EXILED/Exiled.API/Extensions/MirrorExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ namespace Exiled.API.Extensions
using System.Reflection;
using System.Reflection.Emit;
using System.Text;

using Exiled.API.Enums;
using Features;
using Features.Pools;
Expand Down Expand Up @@ -345,7 +346,7 @@ public static void MessageTranslated(this Player player, string words, string tr
/// <summary>
/// Sends to the player a Fake Change Scene.
/// </summary>
/// <param name="player">The player to send the Scene</param>
/// <param name="player">The player to send the Scene.</param>
/// <param name="newSceneName">The new Scene the client will load.</param>
public static void SendFakeSceneLoading(this Player player, ScenesType newSceneName)
{
Expand Down

0 comments on commit a686c6f

Please sign in to comment.