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.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/map/map.c b/src/map/map.c
index 9e50b2f01..31bb76370 100644
--- a/src/map/map.c
+++ b/src/map/map.c
@@ -2309,7 +2309,6 @@ int do_init(int argc, char *argv[]) {
srand(gettick());
for (i = 1; i < argc ; i++) {
-
if (strcmp(argv[i], "--help") == 0 || strcmp(argv[i], "--h") == 0 || strcmp(argv[i], "--?") == 0 || strcmp(argv[i], "/?") == 0)
map_helpscreen(1);
if (strcmp(argv[i], "--version") == 0 || strcmp(argv[i], "--v") == 0 || strcmp(argv[i], "-v") == 0 || strcmp(argv[i], "/v") == 0)
@@ -2405,9 +2404,7 @@ int do_init(int argc, char *argv[]) {
//Added by Mugendai for GUI support
if (flush_on)
- {
add_timer_interval(gettick()+10, flush_timer,0,0,flush_time);
- }
#ifndef TXT_ONLY // online status timer, checks every hour [Valaris]
add_timer_func_list(online_timer, "online_timer");
@@ -2447,7 +2444,7 @@ int do_init(int argc, char *argv[]) {
}
if (battle_config.pk_mode == 1)
- printf("The server is running in \033[1;31mPK Mode\033[0m.\n");
+ ShowNotice("Server is running on '"CL_WHITE"PK Mode"CL_RESET"'.\n");
//Added for Mugendais I'm Alive mod
if (imalive_on)