diff --git a/LANCommander/Controllers/GamesController.cs b/LANCommander/Controllers/GamesController.cs index d3d3bdb..c00a27a 100644 --- a/LANCommander/Controllers/GamesController.cs +++ b/LANCommander/Controllers/GamesController.cs @@ -470,7 +470,7 @@ namespace LANCommander.Controllers await GameService.Update(game); - return RedirectToAction(nameof(Index)); + return RedirectToAction(nameof(Edit), new { id = id }); } return View(viewModel);