diff --git a/ProjectLighthouse/Controllers/MatchController.cs b/ProjectLighthouse/Controllers/MatchController.cs index e657b7d3..95ab7a7e 100644 --- a/ProjectLighthouse/Controllers/MatchController.cs +++ b/ProjectLighthouse/Controllers/MatchController.cs @@ -131,6 +131,7 @@ namespace LBPUnion.ProjectLighthouse.Controllers } room.Players = users; + RoomHelper.CleanupRooms(user, room); } }