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
+1 -1
View File
@@ -624,7 +624,7 @@ bool Client::Process() {
{
//client logged out or errored out
//ResetTrade();
if (client_state != CLIENT_KICKED) {
if (client_state != CLIENT_KICKED && !zoning) {
Save();
}