7 lines
73 B
C
7 lines
73 B
C
|
|
bool
|
|
AllowFlashlight(void)
|
|
{
|
|
return cvars.GetBool("mp_flashlight");
|
|
}
|
|
|