From e5698022dfae8aec4c9b4696dc6a93d5edc84d5d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 17 Sep 2014 00:29:18 +0300 Subject: Remove getter for beingHandler. --- src/actions/actions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/actions/actions.cpp') diff --git a/src/actions/actions.cpp b/src/actions/actions.cpp index e3ad3a11a..d087f39e7 100644 --- a/src/actions/actions.cpp +++ b/src/actions/actions.cpp @@ -772,7 +772,7 @@ impHandler(undress) if (!target) target = localPlayer->getTarget(); if (target) - Net::getBeingHandler()->undress(target); + beingHandler->undress(target); return true; } -- cgit v1.2.3-60-g2f50