]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Correct the value of CMD_SHARED. Fixes map command
authorcloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 14 Jun 2020 13:15:38 +0000 (13:15 +0000)
committercloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 14 Jun 2020 13:15:38 +0000 (13:15 +0000)
commitfcd0f5f35807231044c74daee39d295ae55752d1
tree7b2bbacfa774cb050e8f5c82f9a5d4e17127fa02
parent8637b1ec26ca72f92d1ef8faf23a2f124c1f4ff3
Correct the value of CMD_SHARED. Fixes map command

...and other CMD_SHARED commands.

Updated the bitmasks but forgot to update the value of CMD_SHARED to
reflect the change. The client can only see CMD_CLIENT commands.
It was only adding to CMD_SERVER. Oops.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12669 d7cf8633-e32d-0410-b094-e92efae38249
cmd.h