From 91873c9fb0bd1d71e46b683ae4714fb500fc10c1 Mon Sep 17 00:00:00 2001 From: MobiusDev <8391001+MobiusDevelopment@users.noreply.github.com> Date: Mon, 24 Sep 2018 02:42:11 +0000 Subject: [PATCH] Removed admin teleport usage message. --- .../gameserver/handler/admincommandhandlers/AdminTeleport.java | 1 - 1 file changed, 1 deletion(-) 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; }