Dont use host when cleaning up after updating players in room

This commit is contained in:
jvyden 2022-01-18 21:44:14 -05:00
commit 39048fcf28
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278

View file

@ -131,7 +131,7 @@ namespace LBPUnion.ProjectLighthouse.Controllers
}
room.Players = users;
RoomHelper.CleanupRooms(user, room);
RoomHelper.CleanupRooms(null, room);
}
}