delete StartTutorial server msg

This commit is contained in:
Mashy 2020-01-20 12:31:34 +10:00
parent ed5575eee8
commit 222319db49
2 changed files with 0 additions and 3 deletions

View File

@ -61,7 +61,6 @@ pub enum RpcMessage {
SubscriptionState(Option<Subscription>),
Pong(()),
StartTutorial(()),
PromptRegister(()),
QueueRequested(()),

View File

@ -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(())
}