summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/map/atcommand.c12
1 files changed, 0 insertions, 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) )
{