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