Skip to content

Commit

Permalink
Fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
louis1706 committed Aug 1, 2024
1 parent 1647253 commit 44c4cf5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion EXILED/Exiled.Events/Handlers/Internal/SceneUnloaded.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
namespace Exiled.Events.Handlers.Internal
{
using API.Features;

using Exiled.API.Features.Toys;
using UnityEngine.SceneManagement;

#pragma warning disable SA1611 // Element parameters should be documented
Expand All @@ -35,6 +35,7 @@ public static void OnSceneUnloaded(Scene _)
{
Player.UserIdsCache.Clear();
Player.Dictionary.Clear();
AdminToy.BaseToAdminToy.Clear();
}
}
}

0 comments on commit 44c4cf5

Please sign in to comment.