1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00

Add another custom game sync to mitigate and/or fix #113

This commit is contained in:
NG (Graham)
2026-08-09 18:31:03 -04:00
parent 3963a2b4de
commit 1f0aa22f68
2 changed files with 14 additions and 1 deletions

View File

@@ -520,7 +520,7 @@ impl QueueHandler {
} else {
log::debug!("Rejecting join queue for unknown custom game for user {}", public_id);
event_emitter.emit(crate::events::enqueue_error::QueueJoinError {
code: oj_rc_core::data::error_codes::LobbyReasonCode::NoSuitableLobbyFound as i16,
code: oj_rc_core::data::error_codes::LobbyReasonCode::GroupFailedChecks as i16,
text: "User is not in a custom game".to_owned(),
});
}