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 cce3da3..6a16282 100644
--- a/Project-Unite/Controllers/StatsController.cs
+++ b/Project-Unite/Controllers/StatsController.cs
@@ -43,7 +43,7 @@ namespace Project_Unite.Controllers
return View(model);
}
- public ActionResult Codepoints(int id)
+ public ActionResult Codepoints(int id = 1)
{
var db = new ApplicationDbContext();
var highscores = new List<PongHighscore>();