From 7ca4dfb8cb8df6a5900ec52d24cb3c8238ae1ac0 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Thu, 27 Jun 2013 18:47:04 -0300 Subject: Follow up f98484699e820d8a6cd2eb656244a9178b1ecc61 Signed-off-by: shennetsind --- src/map/atcommand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/atcommand.c') diff --git a/src/map/atcommand.c b/src/map/atcommand.c index f1b4a3ed6..7b0d45199 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -9053,7 +9053,7 @@ ACMD(channel) { return false; } - if( sub2[0] == '\0' || ( pl_sd = map_nick2sd(sub2) ) == NULL ) { + if( sub2[0] == '\0' || ( pl_sd = iMap->nick2sd(sub2) ) == NULL ) { sprintf(atcmd_output, msg_txt(1434), sub2);// Player '%s' was not found clif->message(fd, atcmd_output); return false; -- cgit v1.2.3-60-g2f50