fix indentation

This commit is contained in:
in1tiate 2021-03-04 05:25:23 -06:00 committed by GitHub
parent f46eeeb94f
commit 3aa937f908
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -171,10 +171,10 @@ void AOClient::arup(ARUPType type, bool broadcast)
for (int owner_id : area->owners) {
AOClient* owner = server->getClientByID(owner_id);
area_owners.append("[" + QString::number(owner->id) + "] " + owner->current_char);
}
arup_data.append(area_owners.join(", "));
}
arup_data.append(area_owners.join(", "));
}
}
else if (type == ARUPType::LOCKED) {
QString lock_status;
switch (area->locked) {