From 4228763829f71ec4db50ed185483d7707c5e47eb Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 17 Sep 2014 10:50:22 +0300 Subject: Remove getter for guildHandler. --- src/actions/commands.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/actions/commands.cpp') 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: -- cgit v1.2.3-60-g2f50