Lets not save here if we're zoning

This commit is contained in:
Michael Cook (mackal) 2016-08-03 00:13:47 -04:00
parent 69db67efe5
commit 16125c38af

View File

@ -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();
} }