From 7815183927ecb914de430a5d64f9df27a48f49ae Mon Sep 17 00:00:00 2001 From: "info@mode42.com" Date: Sun, 9 Aug 2026 12:42:59 +0000 Subject: now including entertain/chess --- src/core/service.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/service.c') diff --git a/src/core/service.c b/src/core/service.c index dda6311..8d0233e 100644 --- a/src/core/service.c +++ b/src/core/service.c @@ -27,6 +27,7 @@ void hybbx_mains_proxy_plugin_tick(void); #include "hybbx/instance.h" #include "hybbx/log.h" #include "hybbx/monitor.h" +#include "hybbx/entertain_config.h" #include #include "hybbx/security.h" #include "hybbx/security_ban.h" @@ -1300,6 +1301,8 @@ hybbx_result_t hybbx_service_apply_config(hybbx_service_t *service, return rc; } + hybbx_entertain_config_apply(config); + rc = service_apply_circuit(svc, config); if (rc != HYBBX_OK) { return rc; -- cgit v1.3.1