Skip to content
Snippets Groups Projects
Commit 51c13297 authored by Rumen Nikiforov's avatar Rumen Nikiforov
Browse files

BETA: Removing accidently committed code in [10468] that was not intented to be.

	* Reported by: Driad, Adry_85
parent 2131eb82
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,6 @@ import javolution.text.TextBuilder;
import com.l2jserver.Config;
import com.l2jserver.gameserver.datatables.AdminTable;
import com.l2jserver.gameserver.handler.IAdminCommandHandler;
import com.l2jserver.gameserver.model.actor.instance.L2MonsterInstance;
import com.l2jserver.gameserver.model.actor.instance.L2PcInstance;
import com.l2jserver.gameserver.model.entity.Hero;
import com.l2jserver.gameserver.model.olympiad.Olympiad;
......@@ -71,9 +70,6 @@ public class AdminAdmin implements IAdminCommandHandler
@Override
public boolean useAdminCommand(String command, L2PcInstance activeChar)
{
L2MonsterInstance mon = (L2MonsterInstance) activeChar.getTarget();
mon.teleToLocation(activeChar.getLocation());
if (command.startsWith("admin_admin"))
{
showMainPage(activeChar, command);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment