mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 05:21:29 +00:00
Lets not save here if we're zoning
This commit is contained in:
parent
69db67efe5
commit
16125c38af
@ -624,7 +624,7 @@ bool Client::Process() {
|
|||||||
{
|
{
|
||||||
//client logged out or errored out
|
//client logged out or errored out
|
||||||
//ResetTrade();
|
//ResetTrade();
|
||||||
if (client_state != CLIENT_KICKED) {
|
if (client_state != CLIENT_KICKED && !zoning) {
|
||||||
Save();
|
Save();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user