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

Function NetworkServerUpdateGameInfo

src/network/network_server.cpp:1965–1968  ·  view source on GitHub ↗

Update the server's NetworkServerGameInfo due to changes in settings. */

Source from the content-addressed store, hash-verified

1963
1964/** Update the server's NetworkServerGameInfo due to changes in settings. */
1965void NetworkServerUpdateGameInfo()
1966{
1967 if (_network_server) FillStaticNetworkServerGameInfo();
1968}
1969
1970/**
1971 * Handle the tid-bits of moving a client from one company to another.

Callers 2

UpdateClientConfigValuesFunction · 0.85
NetworkOnGameStartFunction · 0.85

Calls 1

Tested by

no test coverage detected