From 1d3059bf05dcd1ed986a33eff7d9e35f381ef3ba Mon Sep 17 00:00:00 2001 From: eathenabot Date: Thu, 31 May 2012 05:12:24 +0000 Subject: * Merged changes ONLY eAthena 15110. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16174 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/atcommand.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/map/atcommand.c b/src/map/atcommand.c index 11022f490..786c160b2 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -522,12 +522,6 @@ ACMD_FUNC(jumpto) return -1; } - if (pl_sd == sd) - { - clif_displaymessage(fd, "But you are already where you are..."); - return -1; - } - if (pl_sd->bl.m >= 0 && map[pl_sd->bl.m].flag.nowarpto && !pc_has_permission(sd, PC_PERM_WARP_ANYWHERE)) { clif_displaymessage(fd, msg_txt(247)); // You are not authorized to warp to this map. @@ -2976,12 +2970,6 @@ ACMD_FUNC(recall) clif_displaymessage(fd, msg_txt(3)); // Character not found. return -1; } - - if (pl_sd == sd) - { - clif_displaymessage(fd, "You are already where you are..."); - return -1; - } if ( pc_get_group_level(sd) < pc_get_group_level(pl_sd) ) { -- cgit v1.2.3-60-g2f50