serverinfo sv_allowflymode is now serverinfo playerfly

This commit is contained in:
Joseph Carter 2000-05-17 08:08:09 +00:00
parent f5bca8ba17
commit dc7546dfbd
1 changed files with 1 additions and 1 deletions

View File

@ -560,7 +560,7 @@ void SV_UpdateClientStats (client_t *client)
// FIXME: this should become a * key! --KB
if (ent->v.movetype == MOVETYPE_FLY && !atoi(Info_ValueForKey
(svs.info, "sv_allowflymode")))
(svs.info, "playerfly")))
ent->v.movetype = MOVETYPE_WALK;
stats[STAT_FLYMODE] = (ent->v.movetype == MOVETYPE_FLY);