summaryrefslogtreecommitdiff
path: root/src/actions/commands.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions/commands.cpp')
-rw-r--r--src/actions/commands.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actions/commands.cpp b/src/actions/commands.cpp
index cdc65f0ad..254f3868c 100644
--- a/src/actions/commands.cpp
+++ b/src/actions/commands.cpp
@@ -411,7 +411,7 @@ impHandler(sendMail)
impHandler(info)
{
if (!event.tab || !localPlayer
- || !Net::getServerFeatures()->haveNativeGuilds())
+ || !serverFeatures->haveNativeGuilds())
{
return false;
}