mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-19 08:11:30 +00:00
Reduce the initial telnet console prompt timer
This commit is contained in:
parent
f0f5c41c30
commit
a884639534
@ -1,5 +1,8 @@
|
|||||||
EQEMu Changelog (Started on Sept 24, 2003 15:50)
|
EQEMu Changelog (Started on Sept 24, 2003 15:50)
|
||||||
-------------------------------------------------------
|
-------------------------------------------------------
|
||||||
|
== 2/19/2017 ==
|
||||||
|
Akkadius: Added a fix for limiting the amount of items sold in a stack when the resulting return coin is higher than the supporting struct for returning coin
|
||||||
|
|
||||||
== 01/31/2017 ==
|
== 01/31/2017 ==
|
||||||
Uleat: Modifed bot movement behavior in an attempt to 'normalize' it. This is a hack fix and will be revisited at some point. (Probably just need a follow function rather than use movement, when the leader of the follow chain is moving.)
|
Uleat: Modifed bot movement behavior in an attempt to 'normalize' it. This is a hack fix and will be revisited at some point. (Probably just need a follow function rather than use movement, when the leader of the follow chain is moving.)
|
||||||
|
|
||||||
|
|||||||
@ -68,7 +68,7 @@ void CatchSignal(int sig_num);
|
|||||||
Console::Console(EmuTCPConnection* itcpc)
|
Console::Console(EmuTCPConnection* itcpc)
|
||||||
: WorldTCPConnection(),
|
: WorldTCPConnection(),
|
||||||
timeout_timer(RuleI(Console, SessionTimeOut)),
|
timeout_timer(RuleI(Console, SessionTimeOut)),
|
||||||
prompt_timer(1000)
|
prompt_timer(1)
|
||||||
{
|
{
|
||||||
tcpc = itcpc;
|
tcpc = itcpc;
|
||||||
tcpc->SetEcho(true);
|
tcpc->SetEcho(true);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user