Don't announce if already present in master server

This commit is contained in:
sardelka9515
2022-09-08 13:15:34 -07:00
parent c4b321324e
commit 3b5436064e
3 changed files with 18 additions and 6 deletions

View File

@ -1,13 +1,12 @@
using Lidgren.Network;
global using System.Collections.Generic;
using Lidgren.Network;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Xml;
using System.Xml.Serialization;
namespace RageCoop.Server
{
internal static partial class Util