actually tell the console it succeeded
This commit is contained in:
parent
b8bd5d0f47
commit
3897b8767b
1 changed files with 1 additions and 1 deletions
|
|
@ -887,7 +887,7 @@ impl FriendsWiiU for FriendsUser {
|
|||
.execute(get_db())
|
||||
.await;
|
||||
}
|
||||
Err(ErrorCode::Core_NotImplemented)
|
||||
Ok(())
|
||||
}
|
||||
|
||||
async fn add_blacklist(
|
||||
|
|
|
|||
Loading…
Reference in a new issue