Skip to content

Commit

Permalink
Select AHR preset as default
Browse files Browse the repository at this point in the history
  • Loading branch information
matte-ek committed Jul 29, 2023
1 parent 26c0041 commit 6237e6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BanchoMultiplayerBot.Host.Web/Pages/AddLobby.razor
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
private string? _name;
private string? _channel;

private string? _preset;
private string? _preset = "Auto Host Rotate";

private async void OnOkPressed()
{
Expand All @@ -65,7 +65,7 @@
{
if (_preset == "Auto Host Rotate")
{
defaultConfig.Behaviours = new string[]
defaultConfig.Behaviours = new[]
{
"AutoHostRotate",
"AntiAfk",
Expand Down

0 comments on commit 6237e6a

Please sign in to comment.