mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 19:10:25 +00:00
Rename Client::zoning to Client::bZoning
This commit is contained in:
@@ -655,17 +655,17 @@ bool Client::Process() {
|
||||
{
|
||||
//client logged out or errored out
|
||||
//ResetTrade();
|
||||
if (client_state != CLIENT_KICKED && !zoning && !instalog) {
|
||||
if (client_state != CLIENT_KICKED && !bZoning && !instalog) {
|
||||
Save();
|
||||
}
|
||||
|
||||
client_state = CLIENT_LINKDEAD;
|
||||
if (zoning || instalog || GetGM())
|
||||
if (bZoning || instalog || GetGM())
|
||||
{
|
||||
Group *mygroup = GetGroup();
|
||||
if (mygroup)
|
||||
{
|
||||
if (!zoning)
|
||||
if (!bZoning)
|
||||
{
|
||||
entity_list.MessageGroup(this, true, 15, "%s logged out.", GetName());
|
||||
LeaveGroup();
|
||||
@@ -684,7 +684,7 @@ bool Client::Process() {
|
||||
Raid *myraid = entity_list.GetRaidByClient(this);
|
||||
if (myraid)
|
||||
{
|
||||
if (!zoning)
|
||||
if (!bZoning)
|
||||
{
|
||||
//entity_list.MessageGroup(this,true,15,"%s logged out.",GetName());
|
||||
myraid->MemberZoned(this);
|
||||
|
||||
Reference in New Issue
Block a user