- Added Karate Chris's new DMFlags submission.
SVN r1333 (trunk)
This commit is contained in:
parent
37d056c041
commit
8f686a5e02
11 changed files with 123 additions and 10 deletions
|
|
@ -1451,6 +1451,10 @@ CCMD (kill)
|
|||
}
|
||||
else
|
||||
{
|
||||
// If suiciding is disabled, then don't do it.
|
||||
if (dmflags2 & DF2_NOSUICIDE)
|
||||
return;
|
||||
|
||||
// Kill the player
|
||||
Net_WriteByte (DEM_SUICIDE);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue