Skip to content

Commit

Permalink
Add myself as a plugin author (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
B3none authored Apr 6, 2024
1 parent 0eaf9bb commit ff94fc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RetakesAllocator/RetakesAllocator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class RetakesAllocator : BasePlugin
{
public override string ModuleName => "Retakes Allocator Plugin";
public override string ModuleVersion => PluginInfo.Version;
public override string ModuleAuthor => "Yoni Lerner, Gold KingZ";
public override string ModuleAuthor => "Yoni Lerner, B3none, Gold KingZ";
public override string ModuleDescription => "https://github.com/yonilerner/cs2-retakes-allocator";

private readonly MenuManager _menuManager = new();
Expand Down Expand Up @@ -742,4 +742,4 @@ private void GiveDefuseKit(CCSPlayerController player)
}

#endregion
}
}

0 comments on commit ff94fc9

Please sign in to comment.