]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commit
cvar: add sv_dedicated for clean detection in scripts and SVQC
authorbones_was_here <bones_was_here@xonotic.au>
Thu, 1 Aug 2024 06:14:35 +0000 (16:14 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Thu, 1 Aug 2024 17:57:31 +0000 (03:57 +1000)
commit26612fb4b079574e676284e276ba77280b4525e1
tree97865fd4e0af1165ef35ae11548df487b0e609ba
parent9044f9f7e6594a263432ed8075aaad3509821698
cvar: add sv_dedicated for clean detection in scripts and SVQC

To replace hacky methods like checking if the (QW-specific) qport cvar
is registered (which prints an error when it's not) in default.cfg.

Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
sv_main.c