scihunt/src/rules/shared.h

8 lines
73 B
C
Raw Normal View History

2025-01-06 06:46:00 +00:00
bool
AllowFlashlight(void)
{
return cvars.GetBool("mp_flashlight");
}