summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-11-23 00:49:12 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-11-23 00:49:12 +0000
commit012a470926be6d0d0f51f877c6ba1ffd3422ea3a (patch)
tree20da8c7d3d66abbb72c4fa22c39e319ce4beb9ca /src
parent69c077f8ca1a3b7be8f555737850192130fa96e9 (diff)
downloadhercules-012a470926be6d0d0f51f877c6ba1ffd3422ea3a.tar.gz
hercules-012a470926be6d0d0f51f877c6ba1ffd3422ea3a.tar.bz2
hercules-012a470926be6d0d0f51f877c6ba1ffd3422ea3a.tar.xz
hercules-012a470926be6d0d0f51f877c6ba1ffd3422ea3a.zip
* Fixed map-server displaying 'PK Mode' notice only for pk_mode 1 (since r8402).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14491 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src')
-rw-r--r--src/map/map.c2
1 files changed, 1 insertions, 1 deletions
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);