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