From 89974727211311dc13f3c823ab6f565f8942455b Mon Sep 17 00:00:00 2001 From: ai4rei Date: Tue, 23 Nov 2010 00:49:12 +0000 Subject: * Fixed map-server displaying 'PK Mode' notice only for pk_mode 1 (since r8402). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14491 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/map.c') diff --git a/src/map/map.c b/src/map/map.c index e696b874d..309095ff0 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -3676,7 +3676,7 @@ int do_init(int argc, char *argv[]) //##TODO invoke a CONSOLE_START plugin event } - if (battle_config.pk_mode == 1) + if (battle_config.pk_mode) ShowNotice("Server is running on '"CL_WHITE"PK Mode"CL_RESET"'.\n"); ShowStatus("Server is '"CL_GREEN"ready"CL_RESET"' and listening on port '"CL_WHITE"%d"CL_RESET"'.\n\n", map_port); -- cgit v1.2.3-60-g2f50