scihunt/src/rules/shared.h

7 lines
73 B
C

bool
AllowFlashlight(void)
{
return cvars.GetBool("mp_flashlight");
}