remove unneccessary dependencies, make SendTo less spammy
This commit is contained in:
committed by
Chris Forbes
parent
aa36a56b27
commit
dc6b286d25
@@ -13,13 +13,11 @@ using System.Collections;
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Text;
|
|
||||||
using System.Net;
|
using System.Net;
|
||||||
using System.Net.Sockets;
|
using System.Net.Sockets;
|
||||||
using System.Net.NetworkInformation;
|
using System.Net.NetworkInformation;
|
||||||
using UPnP;
|
using UPnP;
|
||||||
using System.Threading;
|
using System.Threading;
|
||||||
using System.Xml;
|
|
||||||
using OpenRA.FileFormats;
|
using OpenRA.FileFormats;
|
||||||
using OpenRA.GameRules;
|
using OpenRA.GameRules;
|
||||||
using OpenRA.Network;
|
using OpenRA.Network;
|
||||||
|
|||||||
@@ -40,8 +40,6 @@ namespace UPnP
|
|||||||
do
|
do
|
||||||
{
|
{
|
||||||
s.SendTo(data, ipe);
|
s.SendTo(data, ipe);
|
||||||
s.SendTo(data, ipe);
|
|
||||||
s.SendTo(data, ipe);
|
|
||||||
|
|
||||||
int length = 0;
|
int length = 0;
|
||||||
do
|
do
|
||||||
|
|||||||
Reference in New Issue
Block a user