summaryrefslogtreecommitdiff
path: root/Project-Unite/Controllers/StatsController.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Project-Unite/Controllers/StatsController.cs')
-rw-r--r--Project-Unite/Controllers/StatsController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project-Unite/Controllers/StatsController.cs b/Project-Unite/Controllers/StatsController.cs
index 71d2adc..1306f8e 100644
--- a/Project-Unite/Controllers/StatsController.cs
+++ b/Project-Unite/Controllers/StatsController.cs
@@ -33,7 +33,7 @@ namespace Project_Unite.Controllers
var model = new PongStatsViewModel
{
- Highscores = pages,
+ Highscores = pages.ToList(),
CurrentPage = id,
PageCount = 10
};