Remove: old server announcement to Master Server

As we now use the Game Coordinator for announcements, there is no
longer a need to use the Master Server for this.
This commit is contained in:
Patric Stout
2021-04-29 16:11:44 +02:00
committed by Patric Stout
parent aa93d76223
commit 61fdef8457
5 changed files with 3 additions and 171 deletions

View File

@@ -28,7 +28,6 @@ extern NetworkCompanyState *_network_company_states;
extern ClientID _network_own_client_id;
extern ClientID _redirect_console_to_client;
extern bool _network_need_advertise;
extern uint8 _network_reconnect;
extern StringList _network_bind_list;
extern StringList _network_host_list;