this will never happen

This commit is contained in:
Matthias Mailänder
2014-06-16 16:33:16 +02:00
parent 60d973aab4
commit db319f8f0b

View File

@@ -63,9 +63,6 @@ namespace OpenRA.Network
public static void DeviceFound(object sender, DeviceEventArgs args)
{
if (args.Device == null)
return;
Log.Write("server", "NAT device discovered.");
Game.Settings.Server.NatDeviceAvailable = true;