Skip to content

Commit

Permalink
Replace cry4xy.dev/noita with noitool.com
Browse files Browse the repository at this point in the history
  • Loading branch information
danielniccoli committed Jun 13, 2022
1 parent 5c97715 commit 46f9d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
seed = currentSeed;

Console.ForegroundColor = ConsoleColor.Green;
Console.WriteLine($"Seed: {seed} - https://cr4xy.dev/noita/?seed={seed}");
Console.WriteLine($"Seed: {seed} - https://www.noitool.com/?seed={seed}");
Console.ForegroundColor = defaultColor;
}

Expand Down

0 comments on commit 46f9d71

Please sign in to comment.