diff --git a/EXILED/Exiled.API/Enums/EffectType.cs b/EXILED/Exiled.API/Enums/EffectType.cs index 1d09d9dd8c..1e86c29aab 100644 --- a/EXILED/Exiled.API/Enums/EffectType.cs +++ b/EXILED/Exiled.API/Enums/EffectType.cs @@ -218,11 +218,6 @@ public enum EffectType /// Marshmallow, - /// - /// Makes you metal. - /// - Metal, - /// /// The effect that is given to the player when getting attacked by SCP-3114's Strangle ability. /// @@ -293,5 +288,10 @@ public enum EffectType /// /// OrangeWitness, + + /// + /// Makes you metal. + /// + Metal, } } diff --git a/EXILED/Exiled.Events/Patches/Events/Player/ChangingRoleAndSpawned.cs b/EXILED/Exiled.Events/Patches/Events/Player/ChangingRoleAndSpawned.cs index d1a30dc442..c7c8d4176e 100644 --- a/EXILED/Exiled.Events/Patches/Events/Player/ChangingRoleAndSpawned.cs +++ b/EXILED/Exiled.Events/Patches/Events/Player/ChangingRoleAndSpawned.cs @@ -44,7 +44,6 @@ private static IEnumerable Transpiler(IEnumerable Transpiler(IEnumerable Transpiler(IEnumerable