parent
75c1b32513
commit
54b0a7dcb5
6 changed files with 59 additions and 75 deletions
|
|
@ -2064,17 +2064,14 @@ namespace Server
|
|||
|
||||
m_Prompt = null;
|
||||
|
||||
// TODO: Cancel the prompt anyway?
|
||||
if (newPrompt != null)
|
||||
{
|
||||
oldPrompt?.OnCancel(this);
|
||||
}
|
||||
|
||||
m_Prompt = newPrompt;
|
||||
|
||||
if (newPrompt != null)
|
||||
{
|
||||
Send(new UnicodePrompt(newPrompt));
|
||||
}
|
||||
NetState.SendPrompt(newPrompt);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue