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 a1ae6b32c..d5c2f5096 100644
--- a/src/actions/commands.cpp
+++ b/src/actions/commands.cpp
@@ -422,7 +422,7 @@ impHandler(info)
{
const Guild *const guild = localPlayer->getGuild();
if (guild)
- Net::getGuildHandler()->info(guild->getId());
+ guildHandler->info(guild->getId());
break;
}
default: