- Synced the scripting branch with trunk.

SVN r2166 (scripting)
This commit is contained in:
Randy Heit 2010-02-17 04:46:11 +00:00
commit 913555aa4e
284 changed files with 13322 additions and 7494 deletions

View file

@ -253,7 +253,7 @@ CCMD (chase)
CCMD (idclev)
{
if (CheckCheatmode () || netgame)
if (netgame)
return;
if ((argv.argc() > 1) && (*(argv[1] + 2) == 0) && *(argv[1] + 1) && *argv[1])
@ -291,7 +291,7 @@ CCMD (idclev)
CCMD (hxvisit)
{
if (CheckCheatmode ())
if (netgame)
return;
if ((argv.argc() > 1) && (*(argv[1] + 2) == 0) && *(argv[1] + 1) && *argv[1])