Skip to content

Commit

Permalink
Merge pull request #27 from avramovic/dev
Browse files Browse the repository at this point in the history
Updated prstats link
  • Loading branch information
Alvarocda authored Apr 8, 2024
2 parents 8312890 + 8c6e780 commit 846e536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/widgets/custom_player_list.dart
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ class _CustomPlayerListState extends State<CustomPlayerList>
///
void _openPlayerStats(Player player) {
String encodedUri = Uri.encodeFull(
'https://prstats.tk/player/find?name=${player.prStatsNormalizedPlayerName}',
'https://prstats.realitymod.com/player/find?name=${player.prStatsNormalizedPlayerName}',
);
launchUrlString(encodedUri, mode: LaunchMode.externalApplication);
}
Expand Down

0 comments on commit 846e536

Please sign in to comment.