Skip to content

Commit

Permalink
Fix SmoothDraggables Authors
Browse files Browse the repository at this point in the history
  • Loading branch information
Banane9 committed Jan 30, 2025
1 parent f9410f8 commit 161144f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CommunityBugFixCollection/SmoothDraggables.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace CommunityBugFixCollection
[HarmonyPatch(typeof(Draggable), nameof(Draggable.OnAwake))]
internal sealed class SmoothDraggables : ResoniteMonkey<SmoothDraggables>
{
public override IEnumerable<string> Authors => base.Authors;
public override IEnumerable<string> Authors => Contributors.LeCloutPanda;

public override bool CanBeDisabled => true;

Expand Down

0 comments on commit 161144f

Please sign in to comment.