forked from spacebar/rust-nex
removed the wrong line
This commit is contained in:
parent
302b4e3410
commit
5504fd91ae
1 changed files with 1 additions and 0 deletions
|
|
@ -1297,6 +1297,7 @@ impl FriendsWiiU for FriendsUser {
|
|||
presence.is_online = false;
|
||||
}
|
||||
|
||||
presence.is_online = true;
|
||||
println!("the presence that was sent is: {:?}", presence);
|
||||
let data = Any::new(&presence).expect("type error");
|
||||
let mut user_presence = self.presence.write().await;
|
||||
|
|
|
|||
Loading…
Reference in a new issue