ddnet
ddnet copied to clipboard
cleanup of /cmdlist and practice commands
see https://github.com/ddnet/ddnet/pull/8356#issuecomment-2106043277
i want to bring this up again since i dont expect any response on a small and soon to be closed PR.
we currently have /un{weapon} and /removeweapon {weapon-id}.
from my previous PR comment:
can't we just remove the
un{weapon}thingies and do it like this: first use of/shotgungives the weapon second use of/shotgunremoves the weapon Commands Likedeepshotgunetc. should just toggle between on and off, makes binding those easier aswell.
if we dont want to change their entire logic we should stick to un{state} or remove{state} commands and not have two options that do the same thing with different syntax.