If this flag is set, we JUST saved

Also saved due to an OP_Save very recently ...
This commit is contained in:
Michael Cook (mackal) 2016-08-03 00:33:22 -04:00
parent 16125c38af
commit acb5bb3e3e

View File

@ -624,7 +624,7 @@ bool Client::Process() {
{
//client logged out or errored out
//ResetTrade();
if (client_state != CLIENT_KICKED && !zoning) {
if (client_state != CLIENT_KICKED && !zoning && !instalog) {
Save();
}