IRSMsoso

Results 3 issues of IRSMsoso

Certain input structs hit an assertion ``` assertion 'left == right' failed left: 17 right: 24 Encountered a panic in system 'bevy_ggrs::schedule_systems::run_ggrs_schedules'! ggrs-0.11.0\src\network\compression.rs:23:9 ``` It happens on the very first...

## Description In the case where all cosmic cultists are gibbed before stewardship vote, VotingManager's `EndVote()` crashes the server with linq exceptions processing a vote with no options. **Reproduction** Make...

S: Untriaged

I'm not getting LobbyCreated as a SteamworksEvent ```rust use bevy::prelude::*; use bevy_steamworks::{Client, LobbyType, SteamworksEvent}; use steamworks::CallbackResult; pub fn open_lobby(steam_client: Res) { steam_client .matchmaking() .create_lobby(LobbyType::FriendsOnly, 2, |result| { info!("create_lobby callback: {:?}",...