diff --git a/src/Application/Players/Accounts/Systems/SkinSystem.cs b/src/Application/Players/Accounts/Systems/ChangeSkinSystem.cs similarity index 89% rename from src/Application/Players/Accounts/Systems/SkinSystem.cs rename to src/Application/Players/Accounts/Systems/ChangeSkinSystem.cs index 4a09e5b3..462e3856 100644 --- a/src/Application/Players/Accounts/Systems/SkinSystem.cs +++ b/src/Application/Players/Accounts/Systems/ChangeSkinSystem.cs @@ -1,6 +1,6 @@ namespace CTF.Application.Players.Accounts.Systems; -public class SkinSystem(IPlayerRepository playerRepository) : ISystem +public class ChangeSkinSystem(IPlayerRepository playerRepository) : ISystem { [PlayerCommand("skin")] public void SetSkin(Player player, int skinId)