summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 9caa6b650..3968c4014 100644
--- a/src/main.c
+++ b/src/main.c
@@ -260,7 +260,7 @@ void sighandler(int signum)
quitting = 1;
}
- send_event(EVENT_RELOAD, 1, EVENT_START);
+ FOREACH_MOD(I_OnReload, OnReload(true));
return;
} else