From 9c8991447ced838c88037dbbf76cf04a970e25dd Mon Sep 17 00:00:00 2001 From: brianluau Date: Fri, 9 Nov 2012 00:13:48 +0000 Subject: - Fixed extra curly brace in r16879... T_T git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16880 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/pc.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/map/pc.c b/src/map/pc.c index a3324fa71..ed5bf8aaa 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -4660,9 +4660,8 @@ int pc_setpos(struct map_session_data* sd, unsigned short mapindex, int x, int y sd->regen.state.gc = 0; // make sure vending is allowed here if (sd->state.vending && map[m].flag.novending) { - clif_displaymessage (sd->fd, msg_txt(276)); // "You can't open a shop on this map" - vending_closevending(sd); - } + clif_displaymessage (sd->fd, msg_txt(276)); // "You can't open a shop on this map" + vending_closevending(sd); } } -- cgit v1.2.3-70-g09d2