]> git.xonotic.org Git - xonotic/darkplaces.git/commit - cl_parse.c
Fix major regression preventing connect to any server using curl for custom CSQC
authorcloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 27 May 2020 01:07:28 +0000 (01:07 +0000)
committercloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 27 May 2020 01:07:28 +0000 (01:07 +0000)
commit63f63b8fdbc839ab5da9f3eccda24817d4ebc7be
tree7916e16f356afba3d7a18ebeaf4cc4e2061892d8
parent431fe650d5eab5432e1f7e0722b86ca00dce070c
Fix major regression preventing connect to any server using curl for custom CSQC

The command interpreters must be executed in sequence with clientfromserver
being the first, otherwise curl won't get a chance to run before the client
continues connecting. A few more commands were also missing from the
interpreter and were added.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12595 d7cf8633-e32d-0410-b094-e92efae38249
cl_parse.c
host.c