summaryrefslogtreecommitdiff
path: root/src/map/map.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/map.c')
-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);