MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / AdminAuthenticationConfigured

Method AdminAuthenticationConfigured

src/settings_type.h:374–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372 ParticipateSurvey participate_survey; ///< Participate in the automated survey
373
374 bool AdminAuthenticationConfigured() const { return !this->admin_password.empty() || !this->admin_authorized_keys.empty(); }
375};
376
377/** Settings related to the creation of games. */

Callers 2

AllowConnectionMethod · 0.80
NetworkServerStartFunction · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected