// there's a mode argument but in actual usage this is always NetworkMatch.GetMode() // so ignore it here, since the default value MatchMode.NUM means CTF now :( static bool Prefix(MatchMode mode, ref string __result) { __result = MPModPrivateData.GetModeString(NetworkMatch.GetMode()); return(false); }
static bool Prefix(ref string __result) { __result = MPModPrivateData.GetModeString(MenuManager.mms_mode); return(false); }