mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-20 09:11: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
|
//client logged out or errored out
|
||||||
//ResetTrade();
|
//ResetTrade();
|
||||||
if (client_state != CLIENT_KICKED && !zoning) {
|
if (client_state != CLIENT_KICKED && !zoning && !instalog) {
|
||||||
Save();
|
Save();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user