From 3aa937f9084bfc7b37a500ba6b14346c2213aad8 Mon Sep 17 00:00:00 2001 From: in1tiate <32779090+in1tiate@users.noreply.github.com> Date: Thu, 4 Mar 2021 05:25:23 -0600 Subject: [PATCH] fix indentation --- src/aoclient.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/aoclient.cpp b/src/aoclient.cpp index 710247c..0e7f1f3 100644 --- a/src/aoclient.cpp +++ b/src/aoclient.cpp @@ -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) {