protonscr

CounterStrike console appends space after command

steamclosed Feature RequestreviewedMOVED: Counter‐Strike
ValveSoftware/steam-for-linux#886 · opened 2013-01-26 by txdv · updated 2013-01-28 · 3 comments · github
Ttxdv 2013-01-26 github

This is true for the windows versions as well.
Sometimes you do a "connect 127.0.0.1" and when you disconnect and open the console, press up and press enter it will evaluate a "connect 127.0.0.1 ", which fails, because it will use the space in the address as well.

Please, either remove the trailing space from the completion or make connect ignore trailing spaces. I would go for the first one.

I thik this is a GoldSrc related problem in general.

PPunisher01 2013-01-26 github

It's a well known issue. You can try to add a semicolon after the IP or if you want to reconnect just use "retry" or "reconnect"

Ttxdv 2013-01-26 github

It is time to go for the issue, since the guys are touching the code again.

Aalfred-valve maintainer 2013-01-28 github

I've updated the code to match the Source engine, you get a space appended only if the command you select doesn't already have one.

Nothing extracted yet.