- Fixed copy-pasta error for "give everything".

SVN r2420 (trunk)
This commit is contained in:
Randy Heit 2010-07-10 00:51:38 +00:00
parent a401779715
commit 305a03d7c8

View file

@ -623,7 +623,7 @@ void cht_Give (player_t *player, const char *name, int amount)
} }
else if (stricmp (name, "everything") == 0) else if (stricmp (name, "everything") == 0)
{ {
giveall = ALL_YES; giveall = ALL_YESYES;
} }
if (stricmp (name, "health") == 0) if (stricmp (name, "health") == 0)