From ff5c03c5d3994ca0652aed4d4f08b73e3775acf6 Mon Sep 17 00:00:00 2001 From: terencehill Date: Sat, 27 Jul 2024 16:53:11 +0200 Subject: [PATCH] Don't execute client config on dedicated server --- xonotic-common.cfg | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xonotic-common.cfg b/xonotic-common.cfg index b0f4cf668..fbae59113 100644 --- a/xonotic-common.cfg +++ b/xonotic-common.cfg @@ -48,7 +48,11 @@ exec commands.cfg // this should be executed only once even on ruleset-votable servers, otherwise the tips would always start from 0 if_dedicated exec help.cfg -exec xonotic-client.cfg +// TODO if possible remove client notification cvars from the server +// only a few cvars in notifications.cfg are server settings +if_dedicated exec notifications.cfg +if_client exec xonotic-client.cfg + exec xonotic-server.cfg set ekg 0 "Throw huge amounts of gibs" -- 2.39.2