mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-16 01:01:30 +00:00
If this flag is set, we JUST saved
Also saved due to an OP_Save very recently ...
This commit is contained in:
parent
16125c38af
commit
acb5bb3e3e
@ -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();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user