fix missing use
All checks were successful
Build and Test / super-mario-maker (push) Successful in 4m51s
Build and Test / friends (push) Successful in 3m34s
Build and Test / fast-racing-neo (push) Successful in 3m54s
Build and Test / wii-sports-club (push) Successful in 4m0s
Build and Test / splatoon (push) Successful in 4m3s
Build and Test / puyopuyo (push) Successful in 4m5s
Build and Test / wii-u-chat (push) Successful in 4m8s
Build and Test / mario-tennis (push) Successful in 4m16s
Build and Test / splatoon-testfire (push) Successful in 4m16s
Build and Test / minecraft-wiiu (push) Successful in 4m22s
Build and Test / sonic-transformed (push) Successful in 4m22s

This commit is contained in:
Maple Nebel 2026-06-20 01:32:51 +02:00
commit 66004f7713

View file

@ -54,6 +54,7 @@ use rnex_core::rmc::structures::ranking::UploadCompetitionData;
use std::sync::{Arc, Weak};
use tokio::sync::{Mutex, RwLock};
use crate::rmc::protocols::message_delivery::RemoteMessageDeliveryNoResponse;
use crate::rmc::protocols::messaging::UserMessage;
use crate::rmc::structures::matchmake::Gathering;
use crate::rmc::structures::matchmake::MatchmakeSessionSearchCriteria;