mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-16 15:17:13 +02:00
Expose hidden server option.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -344,12 +344,12 @@ static const EnumElement g_ServerOptionEnum[] = {
|
||||
{_SC("WallGlitch"), vcmpServerOptionWallGlitch},
|
||||
{_SC("DisableBackfaceCulling"), vcmpServerOptionDisableBackfaceCulling},
|
||||
{_SC("DisableHeliBladeDamage"), vcmpServerOptionDisableHeliBladeDamage},
|
||||
#if SQMOD_SDK_LEAST(2, 1)
|
||||
//#if SQMOD_SDK_LEAST(2, 1)
|
||||
{_SC("DisableCrouch"), vcmpServerOptionDisableCrouch},
|
||||
{_SC("Max"), vcmpServerOptionDisableCrouch}
|
||||
#else
|
||||
{_SC("Max"), vcmpServerOptionDisableHeliBladeDamage}
|
||||
#endif
|
||||
//#else
|
||||
// {_SC("Max"), vcmpServerOptionDisableHeliBladeDamage}
|
||||
//#endif
|
||||
};
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user