Sv servercmdevents

From MoH:AA Reborn Wiki
Revision as of 08:51, 6 October 2012 by RazoRapiD (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Description

CVar Information
Name sv_servercmdevents
Default value 0
Allowed values 0 or 1
Type Internal
Remarks This CVar mustn't be changed manually!
This is an internal patch CVar used as a flag that determines wheter ServerCommand Event Handler was registered by one of the servers mods or not.
It serves as a security flag, that protects patch from executing ServerCommand Event Handler when it was not registered. It mustn't be changed manually even by mod developers or testers, because it may cause security flaws and open your server to crash attacks when it's set to 1, but no ServerCommand Event Handler was registered.


See also