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

@@ -1879,9 +1879,6 @@ void NetworkServer_Tick(bool send_frame)
#endif
}
}
/* See if we need to advertise */
NetworkUDPAdvertise();
}
/** Yearly "callback". Called whenever the year changes. */