summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/global/global.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/global/global.cpp b/modules/global/global.cpp
index b5c5a4a31..ef8bb0f64 100644
--- a/modules/global/global.cpp
+++ b/modules/global/global.cpp
@@ -153,9 +153,9 @@ public:
}
if (server)
- this->ServerGlobal(sender, Servers::GetUplink(), true, line);
- else
this->ServerGlobal(sender, server, false, line);
+ else
+ this->ServerGlobal(sender, Servers::GetUplink(), true, line);
return true;
}