From 03ce9e5a69b54535ea70b3776004dd7ade7e6134 Mon Sep 17 00:00:00 2001 From: epuncker Date: Fri, 22 Jul 2016 11:39:10 -0300 Subject: Added a missing entry into messages.conf and added some comments where missing, ref #1282 --- src/map/chat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map/chat.c') diff --git a/src/map/chat.c b/src/map/chat.c index 2fe1aacd4..145d44d1e 100644 --- a/src/map/chat.c +++ b/src/map/chat.c @@ -106,8 +106,8 @@ bool chat_createpcchat(struct map_session_data* sd, const char* title, const cha } if( map->list[sd->bl.m].flag.nochat ) { - clif->message(sd->fd, msg_sd(sd,281)); - return false; //Can't create chatrooms on this map. + clif->message(sd->fd, msg_sd(sd,281)); // You can't create chat rooms in this map + return false; } if (map->getcell(sd->bl.m, &sd->bl, sd->bl.x, sd->bl.y, CELL_CHKNOCHAT) ) { -- cgit v1.2.3-60-g2f50