Disable the zone enter timer until we need it later on in the client process

This commit is contained in:
Emagi 2025-08-09 10:30:05 -04:00
parent 5d1dbf962d
commit 2515b55e56

View File

@ -248,6 +248,7 @@ Client::Client(EQStream* ieqs) : underworld_cooldown_timer(5000), zone_enter_tim
SetShopWindowStatus(false);
search_page = 0;
firstlogin_transmit = false;
zone_enter_timer.Disable();
}
Client::~Client() {