Updates menu packets (#320)
This commit is contained in:
parent
ceb8d4ad49
commit
602c14fed7
6 changed files with 260 additions and 228 deletions
|
|
@ -37,7 +37,7 @@ namespace Server.Menus.Questions
|
|||
public void SendTo(NetState state)
|
||||
{
|
||||
state.AddMenu(this);
|
||||
state.Send(new DisplayQuestionMenu(this));
|
||||
state.SendDisplayQuestionMenu(this);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue