]> git.xonotic.org Git - xonotic/darkplaces.git/commit
cmd: reinstate execution of aliases with the same name as a command
authorbones_was_here <bones_was_here@xonotic.au>
Mon, 11 Dec 2023 12:02:55 +0000 (22:02 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Tue, 12 Dec 2023 06:45:04 +0000 (16:45 +1000)
commit14bd731965d8d345372660d8b500a734d5c6a6b2
tree3eccedd7f052c09cc22c23a2cff3a6f2a53815d8
parentfa2fac69ce23717a35aafa60a1cb2efdb89c178d
cmd: reinstate execution of aliases with the same name as a command

Fixes https://gitlab.com/xonotic/darkplaces/-/issues/397

Based on the div0-stable version of Cmd_ExecuteString().

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