]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commit
Fix help messages (help-xonotic.cfg) not loaded at startup (dedicated server).
authorterencehill <piuntn@gmail.com>
Mon, 6 May 2024 17:17:34 +0000 (19:17 +0200)
committerterencehill <piuntn@gmail.com>
Mon, 6 May 2024 17:17:34 +0000 (19:17 +0200)
commit464f2cb22d51b0900a19b1c045d0fe4e80eeb891
treea90f9ec54af1999366832102e70db0e2372cb783
parentf9bc6e7883336a1daac3f72818dd648b08cd38ce
Fix help messages (help-xonotic.cfg) not loaded at startup (dedicated server).

They were wrongly formatted too because help_cfg_prefix didn't exist when they were defined (due to help-xonotic.cfg being executed before help.cfg) so I had to fix it too.

It gets rid of this error:
Unknown command "if_dedicated"
that happened because 'if_dedicated exec help-xonotic.cfg' was executed before if_dedicated definition (in commands.cfg)
xonotic-common.cfg