aeiou
All checks were successful
Build and Test / friends (push) Successful in 3m50s
Build and Test / splatoon-testfire (push) Successful in 3m57s
Build and Test / splatoon (push) Successful in 3m57s
Build and Test / wii-sports-club (push) Successful in 4m1s
Build and Test / puyopuyo (push) Successful in 4m11s
Build and Test / wii-u-chat (push) Successful in 4m10s
Build and Test / mario-tennis (push) Successful in 4m11s
Build and Test / fast-racing-neo (push) Successful in 4m13s
Build and Test / sonic-transformed (push) Successful in 4m13s
Build and Test / minecraft-wiiu (push) Successful in 4m15s
Build and Test / super-mario-maker (push) Successful in 4m48s

This commit is contained in:
red binder 2026-06-18 14:51:45 +02:00
commit 7c2579318f

View file

@ -995,7 +995,7 @@ impl DataStore for User {
prepare_get_param: DataStorePrepareGetParam,
) -> Result<DataStoreReqGetInfo, ErrorCode> {
let meta_info = if prepare_get_param.dataid != 0 {
log::info!("getting object by meta info")
log::info!("getting object by meta info");
log::info!("Data ID: {:?}", prepare_get_param.dataid);
get_object_info_by_data_id(prepare_get_param.dataid, prepare_get_param.access_password)
.await?