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