]> git.xonotic.org Git - xonotic/darkplaces.git/commit
changelevel: start a map even if none is running
authorbones_was_here <bones_was_here@xonotic.au>
Fri, 9 Feb 2024 06:53:14 +0000 (16:53 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Fri, 9 Feb 2024 07:19:47 +0000 (17:19 +1000)
commitbea6cb189cb6d95a1e99321231ddc42ee214337c
tree802222b4d1ab76f2c7d62fcc8b99b0205c9d3044
parent4223c283a73c5f2774a6e01515246dfc511889b7
changelevel: start a map even if none is running

Implements https://gitlab.com/xonotic/darkplaces/-/issues/408

Although the original implementation of this convenience
688396cea66f09e7ce20d3e3b077261dd1d3db7e labeled it as a hack, it was
robust, simple and worked fine in div0-stable, so removing it in
cb11bdeed238603b11d8dac4908cfdbabe298079 was a regression.

Also removes some redundant string copying.

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