From: terencehill Date: Sat, 27 Jul 2024 14:53:11 +0000 (+0200) Subject: Don't execute client config on dedicated server X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ff5c03c5d3994ca0652aed4d4f08b73e3775acf6;p=xonotic%2Fxonotic-data.pk3dir.git Don't execute client config on dedicated server --- 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"