Renamed multicast server to broadcast server

This commit is contained in:
2026-01-07 00:15:54 -06:00
parent 948fcfda9a
commit 8086ab59b9
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
class W3DHub
# Maybe add remote game launch from server list app?
class MulticastServer
MULTICAST_ADDR = "224.87.51.68"
# Maybe add intranet package delivery?
class BroadcastServer
PORT = 7050
def initialize