delete StartTutorial server msg
This commit is contained in:
parent
ed5575eee8
commit
222319db49
@ -61,7 +61,6 @@ pub enum RpcMessage {
|
||||
SubscriptionState(Option<Subscription>),
|
||||
|
||||
Pong(()),
|
||||
StartTutorial(()),
|
||||
PromptRegister(()),
|
||||
|
||||
QueueRequested(()),
|
||||
|
||||
@ -69,8 +69,6 @@ impl User for Anonymous {
|
||||
info!("anonymous connection");
|
||||
|
||||
self.ws.send(RpcMessage::AccountState(self.account.clone()))?;
|
||||
self.ws.send(RpcMessage::StartTutorial(()))?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user