mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Reduce the initial telnet console prompt timer
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@ void CatchSignal(int sig_num);
|
||||
Console::Console(EmuTCPConnection* itcpc)
|
||||
: WorldTCPConnection(),
|
||||
timeout_timer(RuleI(Console, SessionTimeOut)),
|
||||
prompt_timer(1000)
|
||||
prompt_timer(1)
|
||||
{
|
||||
tcpc = itcpc;
|
||||
tcpc->SetEcho(true);
|
||||
|
||||
Reference in New Issue
Block a user