Updates menu packets (#320)

This commit is contained in:
Kamron Batman 2020-11-17 21:47:00 -08:00 committed by GitHub
parent ceb8d4ad49
commit 602c14fed7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 260 additions and 228 deletions

View file

@ -37,7 +37,7 @@ namespace Server.Menus.Questions
public void SendTo(NetState state)
{
state.AddMenu(this);
state.Send(new DisplayQuestionMenu(this));
state.SendDisplayQuestionMenu(this);
}
}
}