PRoConEvents.MULTIbalancer.IsNonBalancingMode C# (CSharp) Method

IsNonBalancingMode() private method

private IsNonBalancingMode ( ) : bool
return bool
        private bool IsNonBalancingMode()
        {
            if (fServerInfo == null) return false;
            return (fGameVersion == GameVersion.BFH && (fServerInfo.GameMode == "Hit0" || fServerInfo.GameMode == "Hostage0"));
        }
MULTIbalancer