diff --git a/L2J_Mobius_C6_Interlude/java/com/l2jmobius/gameserver/handler/admincommandhandlers/AdminTeleport.java b/L2J_Mobius_C6_Interlude/java/com/l2jmobius/gameserver/handler/admincommandhandlers/AdminTeleport.java index 6f5a97733f..88c3b15ed5 100644 --- a/L2J_Mobius_C6_Interlude/java/com/l2jmobius/gameserver/handler/admincommandhandlers/AdminTeleport.java +++ b/L2J_Mobius_C6_Interlude/java/com/l2jmobius/gameserver/handler/admincommandhandlers/AdminTeleport.java @@ -255,7 +255,6 @@ public class AdminTeleport implements IAdminCommandHandler } else { - BuilderUtil.sendSysMessage(activeChar, "Usage: //move_to "); AdminHelpPage.showHelpPage(activeChar, "teleports.htm"); return false; }